소스 검색

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