浏览代码

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