remove editorconfig changes

This commit is contained in:
Cezar.Leahu
2020-08-24 11:15:52 +03:00
parent 1587056cae
commit 96d2a40555

View File

@@ -7,9 +7,9 @@ root = true
# All files should use spaces.
[*]
indent_style = space
end_of_line = lf
end_of_line = crlf
trim_trailing_whitespace = true
indent_size = 2
indent_size = 3
[*.java]
indent_size = 4