Editorconfig : Remove root & tab size.
This commit is contained in:
parent
2b3de6e56b
commit
a95e06cc06
|
@ -1,9 +1,6 @@
|
||||||
root = true
|
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = 2
|
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
Loading…
Reference in a new issue