增加bash和json的格式配置

This commit is contained in:
Olia Lisa
2026-04-24 10:33:50 +08:00
parent 57fdc699ba
commit 5442c2a394
+12
View File
@@ -31,3 +31,15 @@ indent_size = 2
[{package.json,.travis.yml}]
indent_style = space
indent_size = 2
# Bash scripts
[*.sh]
charset = utf-8
indent_style = space
indent_size = 2
# JSON files
[*.json]
charset = utf-8
indent_style = space
indent_size = 2