From de2072ef4865fc600c44b67ef0827594988a0ea5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Thu, 11 Jul 2024 17:49:51 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=20EditorConfig=20?= =?UTF-8?q?=E8=A7=84=E5=88=99=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 按字母顺序排列,便于阅读 --- .editorconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 58be1854..f29d257c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,8 +4,8 @@ root = true [*] charset = utf-8 -indent_style = space -indent_size = 2 end_of_line = lf -trim_trailing_whitespace = true +indent_size = 2 +indent_style = space insert_final_newline = true +trim_trailing_whitespace = true