From c4d09347a476f37b084f894d703be410e803fab0 Mon Sep 17 00:00:00 2001 From: gaoyunqi Date: Mon, 5 Feb 2024 17:30:18 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=AE=BE=E7=BD=AE=E9=BB=98=E8=AE=A44?= =?UTF-8?q?=E4=B8=AA=E7=A9=BA=E6=A0=BC=E4=B8=BA=E4=B8=80=E4=B8=AAtab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index dccf841..727233b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,12 +5,12 @@ charset=utf-8 end_of_line=lf insert_final_newline=true indent_style=space -indent_size=2 +indent_size=4 max_line_length = 100 [*.{yml,yaml,json}] indent_style = space -indent_size = 2 +indent_size = 4 [*.md] trim_trailing_whitespace = false