summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-12-01 12:59:43 +0200
committerTor Lillqvist <tml@collabora.com>2017-12-01 12:59:43 +0200
commit6ff84c8a890bf782e9e4f0557c117277289c2360 (patch)
tree17e63b31310d027251d10c4cca121ba5e511d95e /.editorconfig
parenta7a13045bc73f3fd510db7665cf2b354ae8958cf (diff)
We have some Objective-C source files, too
Change-Id: I0e8319596c11f7dc2ed9b5660eebe55aaa9ec493
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index e75921e64de0..226e4c219186 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -11,7 +11,7 @@ charset = utf-8
trim_trailing_whitespace = true
# Source code files
-[*.{c,cxx,cpp,h,hxx,hpp,java,mm,py,swift,xsl}]
+[*.{c,cxx,cpp,h,hxx,hpp,java,m,mm,py,swift,xsl}]
indent_style = space
indent_size = 4