diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2017-01-24 12:49:51 +0000 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2017-01-24 12:49:51 +0000 |
commit | 4d0cf6fadc1b352548f680cc0a7e30e8f36a509e (patch) | |
tree | dea751357ef08e402028f0a2f6182b4b98b327d8 /.editorconfig | |
parent | c7ad25b4c1ca8f3b2c6c1df6b6a5910962178c5c (diff) |
editorconfig: Specify indentation for Objective-C files.
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 |