mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-08-03 07:16:31 -04:00
Add CMake to .editorconfig
This commit is contained in:
parent
44ed3bed2b
commit
9ccd5c8291
@ -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…
x
Reference in New Issue
Block a user