diff options
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |