From bf077a7821e9ace01246ccd95ee6288d055e8180 Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Mon, 20 Jul 2026 15:55:46 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E5=8C=96=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 14b44f0..5326bde 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,11 +15,16 @@ trim_trailing_whitespace = true # Shell scripts [*.sh] indent_style = space -indent_size = 4 +indent_size = 2 # Markdown documents [*.md] indent_style = space indent_size = 2 -trim_trailing_whitespace = false \ No newline at end of file +trim_trailing_whitespace = false + + +[*.{json,yml,yaml}] +indent_style = space +indent_size = 2 \ No newline at end of file