tb/.editorconfig
2019-11-07 13:19:29 +01:00

15 lines
162 B
INI

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
[*.{cpp,h}]
indent_style = tab
indent_size = 4
[*.tb.txt]
indent_style = tab
indent_size = 4