From 6bf3a7d8bb4db5f22fdc1a29d41e8108c11d38a6 Mon Sep 17 00:00:00 2001 From: Hongjun Li <103014488+returnToInnocence@users.noreply.github.com> Date: Sun, 25 Feb 2024 10:14:34 +0800 Subject: [PATCH] Update .editorconfig to Solve the reformat java code single line indenting 8 to 4 problem --- .editorconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 740928132a..dcf9117a64 100644 --- a/.editorconfig +++ b/.editorconfig @@ -21,7 +21,3 @@ root = true charset = utf-8 end_of_line = lf insert_final_newline = true - -[*.{java,xml,py}] -indent_style = space -indent_size = 4