Sfoglia il codice sorgente

Add .T files to .editorconfig

rdb 5 anni fa
parent
commit
a78924b1a5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .editorconfig

+ 1 - 1
.editorconfig

@@ -10,7 +10,7 @@ insert_final_newline = true
 indent_style = space
 indent_style = space
 indent_size = 4
 indent_size = 4
 
 
-[*.{h,c,cxx,cpp,I}]
+[*.{h,c,cxx,cpp,I,T}]
 indent_style = space
 indent_style = space
 indent_size = 2
 indent_size = 2