Explorar el Código

!230 update 缩进配置文件.editorconfig添加.yaml文件格式支持
Merge pull request !230 from 枕梦记/N/A

疯狂的狮子Li hace 2 años
padre
commit
fd7dc204de
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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]