15 lines
162 B
INI
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
|
|
|