summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-12-01 12:58:08 +0200
committerAndras Timar <andras.timar@collabora.com>2018-03-19 14:55:53 +0100
commit21bb8cebf557c80c0ce6a82bb4145a8c7aa57a32 (patch)
tree6671ec6c4658195c1fc77238caecac4e22605e20 /.editorconfig
parent2705482c187f142f017a50838713c11afdca0c92 (diff)
We have Objective-C++ and Swift source files, too
(cherry picked from commit a7a13045bc73f3fd510db7665cf2b354ae8958cf) Change-Id: I28dadb64b09e5781d4c28c2c5395f448d4b71e44
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig6
1 files changed, 1 insertions, 5 deletions
diff --git a/.editorconfig b/.editorconfig
index be10d26ceddc..e75921e64de0 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,py}]
+[*.{c,cxx,cpp,h,hxx,hpp,java,mm,py,swift,xsl}]
indent_style = space
indent_size = 4
@@ -23,7 +23,3 @@ trim_trailing_whitespace = false
# Patch files
[*.patch.*]
trim_trailing_whitespace = false
-
-# XSL files
-[*.xsl]
-indent_style = tab