From ef57d56b2c5c6d0e81cb3c4b5e78f093910d37b7 Mon Sep 17 00:00:00 2001 From: lachtan Date: Sun, 15 Mar 2026 14:35:58 +0100 Subject: [PATCH] Move max_line_length to global editorconfig section --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]