diff --git a/.editorconfig b/.editorconfig index 74c6104..c4f3e5b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,12 +1,9 @@ root = true [*] -end_of_line = lf -insert_final_newline = true - -[*.{java}] +charset = utf-8 indent_style = space indent_size = 4 -tab_width = 4 trim_trailing_whitespace = true -max_line_length = 100 +end_of_line = lf +insert_final_newline = true