edited editorconfig

This commit is contained in:
Marcel 2021-10-13 16:24:38 +02:00
parent 5e8434d679
commit a7f62a8b23

View File

@ -1,12 +1,9 @@
root = true root = true
[*] [*]
end_of_line = lf charset = utf-8
insert_final_newline = true
[*.{java}]
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
tab_width = 4
trim_trailing_whitespace = true trim_trailing_whitespace = true
max_line_length = 100 end_of_line = lf
insert_final_newline = true