From 4af68cd6516defb5da5cc9d5a45de827fc591122 Mon Sep 17 00:00:00 2001 From: Liyang Zhu <1184997399@qq.com> Date: Sun, 12 Jun 2022 19:39:35 +0800 Subject: [PATCH] chore: restore editorconfig --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 074c9ec0..73c48766 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,8 +12,8 @@ trim_trailing_whitespace = true # Unix-style newlines with a newline ending every file [*] indent_style = space -indent_size = 1 +indent_size = 2 end_of_line = lf charset = utf-8 insert_final_newline = true -max_line_length = 100 \ No newline at end of file +max_line_length = 100