summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-12-01 12:59:43 +0200
committerAndras Timar <andras.timar@collabora.com>2018-03-19 14:55:54 +0100
commitf9f8198a4af92811ef517e63e4bb1194ebe5e6e6 (patch)
treeeff72460495b128ffa90a8be1a9f2f057c6e3dc1 /.editorconfig
parent21bb8cebf557c80c0ce6a82bb4145a8c7aa57a32 (diff)
We have some Objective-C source files, too
Change-Id: I0e8319596c11f7dc2ed9b5660eebe55aaa9ec493 (cherry picked from commit 6ff84c8a890bf782e9e4f0557c117277289c2360)
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