Editorconfig : Remove root & tab size.

This commit is contained in:
Dmitry Voronin 2024-03-05 00:17:41 +00:00
parent 2b3de6e56b
commit a95e06cc06

View file

@ -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