Use 2 spaces for yaml

This commit is contained in:
Aoran Zeng
2025-06-21 11:56:39 +08:00
parent 0119eb0db9
commit f9c81e695a

View File

@@ -21,3 +21,6 @@ trim_trailing_whitespace = true
# 使用 VS Code 生成文件的默认格式
[*.json]
indent_size = 4
[*.{yaml,yml}]
indent_size = 2