mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-11 21:08:39 +00:00
25 lines
463 B
INI
25 lines
463 B
INI
root = true
|
|
|
|
[{CMakeLists.txt,*.cmake,*.cmake.in}]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[CMakePresets.json]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.{rcss,rml}]
|
|
indent_style = tab
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.yml]
|
|
indent_style = space
|
|
indent_size = 2
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|