From cf9fa002d5d9aa77abbc15eae89daa1134d61e92 Mon Sep 17 00:00:00 2001 From: Liyang Zhu <1184997399@qq.com> Date: Sat, 11 Jun 2022 14:07:20 +0800 Subject: [PATCH] chore: fix config --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 93dd0d28..074c9ec0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,7 +12,7 @@ trim_trailing_whitespace = true # Unix-style newlines with a newline ending every file [*] indent_style = space -indent_size = 2 +indent_size = 1 end_of_line = lf charset = utf-8 insert_final_newline = true