From be3cceb653af2374c9fb30a20852c316e2efb80a Mon Sep 17 00:00:00 2001 From: smallchill Date: Fri, 24 Oct 2025 11:38:41 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E8=AE=BE=E7=BD=AE=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E6=96=87=E4=BB=B6=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 8cfd3709..eae2bb5f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,7 +13,7 @@ insert_final_newline = true [*.java] indent_style = tab -[*.{json,yml}] +[*.{json,yml,yaml}] indent_size = 2 [*.md]