1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-30 13:15:34 +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