From f9c81e695a39f45d665873de68f178bac64ac1bd Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Sat, 21 Jun 2025 11:56:39 +0800 Subject: [PATCH] Use 2 spaces for yaml --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 4ca160c..0e0c8fe 100644 --- a/.editorconfig +++ b/.editorconfig @@ -21,3 +21,6 @@ trim_trailing_whitespace = true # 使用 VS Code 生成文件的默认格式 [*.json] indent_size = 4 + +[*.{yaml,yml}] +indent_size = 2