chore: 修改格式化文件

This commit is contained in:
Olia Lisa
2026-07-20 15:55:46 +08:00
parent 50eb8328be
commit bf077a7821
+7 -2
View File
@@ -15,11 +15,16 @@ trim_trailing_whitespace = true
# Shell scripts # Shell scripts
[*.sh] [*.sh]
indent_style = space indent_style = space
indent_size = 4 indent_size = 2
# Markdown documents # Markdown documents
[*.md] [*.md]
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
trim_trailing_whitespace = false trim_trailing_whitespace = false
[*.{json,yml,yaml}]
indent_style = space
indent_size = 2