diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 069ceab9..0f7094f9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,7 +2,7 @@ root = true -[*.{c,h,cpp,hpp,cc,hh,inl,rc}] +[*.{c,h,cpp,hpp,cc,hh,inl,m,mm,rc}] indent_style = space indent_size = 4 |