Sfoglia il codice sorgente

Add jsonld to editorconfig

rugk 10 anni fa
parent
commit
b491f064ef
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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