diff options
-rw-r--r-- | .editorconfig | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index bcb9c924..f159f373 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,7 +2,15 @@ root = true -[*] +[*.{c,h,cpp,hpp,cc,hh,inl,rc}] +indent_style = space +indent_size = 4 + +[*.py] +indent_style = space +indent_size = 4 + +[{CMakeLists.txt,*.cmake}] indent_style = space indent_size = 4 |