From a7a13045bc73f3fd510db7665cf2b354ae8958cf Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 1 Dec 2017 12:58:08 +0200 Subject: We have Objective-C++ and Swift source files, too Change-Id: I28dadb64b09e5781d4c28c2c5395f448d4b71e44 --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 1ca7843d26fb..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,xsl}] +[*.{c,cxx,cpp,h,hxx,hpp,java,mm,py,swift,xsl}] indent_style = space indent_size = 4 -- cgit