diff --git a/.editorconfig b/.editorconfig index a94cae51..41a1382f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,3 +15,7 @@ indent_style = tab [.github/**] indent_style = space indent_size = 2 + +[{CMakeLists.txt,*.cmake}] +indent_size = 2 +indent_style = space