Add .T files to .editorconfig
This commit is contained in:
parent
f469edf71c
commit
a78924b1a5
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue