From f240d609049733baa0cee0275ed6ed012df728e8 Mon Sep 17 00:00:00 2001 From: syxc Date: Tue, 18 Jun 2024 19:56:54 +0800 Subject: [PATCH] Update .editorconfig --- .editorconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index af5b513..41d96c7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,3 @@ -# https://editorconfig.org root = true [*] @@ -8,6 +7,7 @@ indent_size = 2 indent_style = space insert_final_newline = true trim_trailing_whitespace = true +max_line_length = 110 [*.java] ij_java_use_single_class_imports = true @@ -21,8 +21,8 @@ ktlint_standard_property-naming = disabled ktlint_standard_backing-property-naming = disabled ktlint_function_naming_ignore_when_annotated_with = Composable, Test -[*.{md,markdown}] +[*.md] trim_trailing_whitespace = false [Makefile] -indent_style = tab \ No newline at end of file +indent_style = tab