mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 12:42:34 +01:00
Updated .editorconfig.
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
root = true
|
root = true
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
indent_style = tab
|
charset = utf-8
|
||||||
indent_size = 4
|
indent_style = tab
|
||||||
end_of_line = lf
|
indent_size = 4
|
||||||
|
end_of_line = lf
|
||||||
max_line_length = 100
|
max_line_length = 100
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|||||||
Reference in New Issue
Block a user