chore: 修改格式化文件

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