mirror of
https://github.com/ModOrganizer2/modorganizer-installer_omod.git
synced 2026-07-27 14:07:51 -07:00
17 lines
231 B
INI
17 lines
231 B
INI
root = true
|
|
|
|
[*.cpp]
|
|
indent_style = space
|
|
indent_size = 2
|
|
insert_final_newline = true
|
|
|
|
[*.h]
|
|
indent_style = space
|
|
indent_size = 2
|
|
insert_final_newline = true
|
|
|
|
[*.ui]
|
|
indent_style = space
|
|
indent_size = 2
|
|
insert_final_newline = true
|