Editorconfig : remove tab size.

This commit is contained in:
Dmitry Voronin 2023-12-17 19:57:19 +03:00
parent ddd041ce8d
commit 241527c54d

View file

@ -1,9 +1,6 @@
root = true
[*]
end_of_line = lf
charset = utf-8
indent_style = tab
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true