1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2024-12-26 03:16:35 +00:00

Add CMake to .editorconfig

This commit is contained in:
AnyOldName3 2023-03-12 19:20:34 +00:00 committed by AnyOldName3
parent 44ed3bed2b
commit 9ccd5c8291

View File

@ -14,3 +14,8 @@ insert_final_newline = true
indent_style = space
indent_size = 4
insert_final_newline = true
[{CMakeLists.txt,*.cmake}]
indent_style = space
indent_size = 4
insert_final_newline = true