From e4de68b04cec4f941351b11d964d721b9b289d0c Mon Sep 17 00:00:00 2001 From: ACh Sulfate Date: Mon, 7 Feb 2022 16:20:36 +0800 Subject: [PATCH] style: remove bad `indent_size = 4` --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 11c5644c..e7fc2162 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,7 +5,6 @@ end_of_line = lf insert_final_newline = true charset = utf-8 indent_style = space -indent_size = 4 [{*.java, *.kt,*.kts, *.cpp, *.c, *.cc, *.h}] tab_width = 4