From 5426c4ea68f30f665229b93b88c408b85d7535dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=98=AD?= <81747598+lan-yonghui@users.noreply.github.com> Date: Wed, 3 Jul 2024 15:03:29 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=BC=96=E8=BE=91=E5=99=A8=E7=BB=9F?= =?UTF-8?q?=E4=B8=80=E4=BB=A3=E7=A0=81=E9=A3=8E=E6=A0=BC=E5=92=8C=20pretti?= =?UTF-8?q?er=20=E9=A3=8E=E6=A0=BC=E4=BF=9D=E6=8C=81=E4=B8=80=E8=87=B4=20(?= =?UTF-8?q?#5656)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/.editorconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/.editorconfig b/frontend/.editorconfig index c4ef51d45..b95f20e54 100644 --- a/frontend/.editorconfig +++ b/frontend/.editorconfig @@ -6,9 +6,9 @@ root = true charset = utf-8 # 设置文件字符集为 utf-8 end_of_line = lf # 控制换行类型(lf | cr | crlf) insert_final_newline = true # 始终在文件末尾插入一个新行 -indent_style = tab # 缩进风格(tab | space) -indent_size = 2 # 缩进大小 -max_line_length = 130 # 最大行长度 +indent_style = space # 缩进风格(tab | space) +indent_size = 4 # 缩进大小 +max_line_length = 120 # 最大行长度 [*.md] # 表示仅 md 文件适用以下规则 max_line_length = off # 关闭最大行长度限制