mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-08-02 23:26:16 -04:00
22 lines
409 B
INI
22 lines
409 B
INI
root = true
|
|
|
|
[*.{py,txt,editorconfig}]
|
|
indent_style = space
|
|
indent_size = 4
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{cpp,h}]
|
|
indent_style = tab
|
|
tab_width = 4
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[{CMakeLists.txt,*.cmake}]
|
|
indent_size = 2
|
|
insert_final_newline = true
|
|
|
|
[*.{json,xml.in,desktop.in}]
|
|
indent_size = 2
|
|
insert_final_newline = true
|