diff --git a/.editorconfig b/.editorconfig index 1b2e53e54..4aa4031b1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,3 +14,7 @@ indent_style = tab [*.txt] tab_width = 8 + +[CMakeLists.txt] +indent_style = space +indent_size = 2