mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-06 13:15:35 +00:00
Add CMake to .editorconfig
This commit is contained in:
parent
44ed3bed2b
commit
9ccd5c8291
1 changed files with 6 additions and 1 deletions
|
@ -13,4 +13,9 @@ insert_final_newline = true
|
||||||
[*.{glsl,vert,tesc,tese,geom,frag,comp}]
|
[*.{glsl,vert,tesc,tese,geom,frag,comp}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[{CMakeLists.txt,*.cmake}]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
|
insert_final_newline = true
|
||||||
|
|
Loading…
Reference in a new issue