diff --git a/.editorconfig b/.editorconfig index 2e6af90..0dd4b38 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,6 +10,6 @@ indent_style = tab tab_width = 4 trim_trailing_whitespace = true -[*.yml] +[{*.yml,*.yaml,CMakeLists.txt}] indent_style = space indent_size = 2