Merge branch '7275-follow-up-from-formatting-and-coverage-related-cmake-files-fixes-add-cmake-and-cmakelists-txt' into 'master'

Resolve "Follow-up from "Formatting and coverage related CMake files fixes" - add .cmake and CMakeLists.txt to .editorconfig"

Closes #7275

See merge request OpenMW/openmw!2827
simplify_debugging
psi29a 1 year ago
commit c667d414d8

@ -13,4 +13,9 @@ insert_final_newline = true
[*.{glsl,vert,tesc,tese,geom,frag,comp}]
indent_style = space
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…
Cancel
Save