update 缩进配置文件.editorconfig添加.yaml文件格式支持

Signed-off-by: 枕梦记 <545073804@qq.com>
feature/model
枕梦记 2 years ago committed by Gitee
parent 8c9c52417e
commit 9a3111487a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -10,7 +10,7 @@ end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.{json,yml}]
[*.{json,yml,yaml}]
indent_size = 2
[*.md]

Loading…
Cancel
Save