diff --git a/.editorconfig b/.editorconfig index 4faf23d..dfc3ecd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,6 +7,7 @@ insert_final_newline = true end_of_line = lf indent_size = 4 indent_style = space +max_line_length = 120 [*.md] trim_trailing_whitespace = false @@ -14,7 +15,6 @@ indent_size = 2 [*.{java,kt,kts}] continuation_indent_size = 4 -max_line_length = 120 wildcard_import_limit = 99 [*.xml]