mirror of
https://github.com/isledecomp/actionheadergen.git
synced 2025-04-20 00:24:38 -04:00
10 lines
162 B
INI
10 lines
162 B
INI
root = true
|
|
|
|
[*.{cpp,h}]
|
|
indent_style = tab
|
|
tab_width = 4
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[{CMakeLists.txt,*.cmake}]
|
|
indent_size = 2
|