ソースを参照

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