Parcourir la source

Add jsonld to editorconfig

rugk il y a 10 ans
Parent
commit
b491f064ef
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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