16 lines
203 B
INI
16 lines
203 B
INI
[*]
|
|
charset = utf-8
|
|
insert_final_newline = true
|
|
|
|
[*.{h,hpp,hxx,c,cpp,cxx}]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
|
|
[*.cmake]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
|
|
[*.json]
|
|
indent_style = space
|
|
indent_size = 2
|