ソースを参照

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

疯狂的狮子li 3 年 前
コミット
a46e38f4d5
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .editorconfig

+ 1 - 1
.editorconfig

@@ -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]