mirror of
https://gitee.com/RubyMetric/chsrc.git
synced 2025-12-26 05:02:46 +00:00
Use 2 spaces for yaml
This commit is contained in:
parent
0119eb0db9
commit
f9c81e695a
|
|
@ -21,3 +21,6 @@ trim_trailing_whitespace = true
|
|||
# 使用 VS Code 生成文件的默认格式
|
||||
[*.json]
|
||||
indent_size = 4
|
||||
|
||||
[*.{yaml,yml}]
|
||||
indent_size = 2
|
||||
|
|
|
|||
Loading…
Reference in New Issue