소스 검색

Add jsonld to editorconfig

rugk 10 년 전
부모
커밋
b491f064ef
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      .editorconfig

+ 4 - 0
.editorconfig

@@ -21,6 +21,10 @@ indent_size = 4
 indent_style = space
 indent_size = 4
 
+[*.jsonld]
+indent_style = tab
+indent_size = 4
+
 [*.php]
 indent_style = space
 indent_size = 4