diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 5fb29bf4..94b406c1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,6 +4,10 @@ root = true end_of_line = lf insert_final_newline = true +[*.mm] +indent_style = space +indent_size = 2 + [*.cpp] indent_style = space indent_size = 2 |