瀏覽代碼

Merge pull request #424 from 090809/fix-editor-config

fix(.editorconfig): added formatter for .json files
Shalvah 3 年之前
父節點
當前提交
3321ed45ee
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .editorconfig

+ 4 - 0
.editorconfig

@@ -14,3 +14,7 @@ trim_trailing_whitespace = false
 [*.yml]
 indent_style = space
 indent_size = 2
+
+[*.json]
+indent_style = space
+indent_size = 2