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

This commit is contained in:
疯狂的狮子li
2022-09-13 16:26:36 +08:00
parent d68074bc59
commit a46e38f4d5

View File

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