diff --git a/.editorconfig b/.editorconfig index 296fecd..35187b6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,3 +17,9 @@ insert_final_newline = true [*.{yaml,yml}] indent_size = 2 + +[*.{cpp,hpp,h}] +indent_size = 2 + +[{CMakeLists.txt,*.cmake}] +indent_style = tabs