Add .T files to .editorconfig

This commit is contained in:
rdb 2020-06-14 12:32:39 +02:00
parent f469edf71c
commit a78924b1a5

View File

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