Move max_line_length to global editorconfig section

This commit is contained in:
lachtan
2026-03-15 14:35:58 +01:00
parent 7a344b82dd
commit ef57d56b2c

View File

@@ -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]