From 1ea63e9fa83bfb327002c99931a774162fc2403b Mon Sep 17 00:00:00 2001 From: Kevin <92656833+kevinthegreat1@users.noreply.github.com> Date: Sun, 25 Aug 2024 00:52:12 +0800 Subject: Combine json and properties formatting Co-authored-by: Julienraptor01 --- .editorconfig | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.editorconfig b/.editorconfig index 7f534911..5e0dd9eb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -19,11 +19,7 @@ ij_java_keep_simple_classes_in_one_line = true ij_java_keep_simple_lambdas_in_one_line = true ij_java_keep_simple_methods_in_one_line = true -[*.json] -indent_style = space -indent_size = 2 - -[*.properties] +[*.{json,properties}] indent_style = space indent_size = 2 -- cgit