summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Fonseca <jfonseca@vmware.com>2017-01-24 12:49:51 +0000
committerJose Fonseca <jfonseca@vmware.com>2017-01-24 12:49:51 +0000
commit4d0cf6fadc1b352548f680cc0a7e30e8f36a509e (patch)
treedea751357ef08e402028f0a2f6182b4b98b327d8
parentc7ad25b4c1ca8f3b2c6c1df6b6a5910962178c5c (diff)
editorconfig: Specify indentation for Objective-C files.
-rw-r--r--.editorconfig2
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