[Libreoffice-commits] core.git: .editorconfig

Tor Lillqvist tml at collabora.com
Fri Dec 1 11:00:57 UTC 2017


 .editorconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6ff84c8a890bf782e9e4f0557c117277289c2360
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri Dec 1 12:59:43 2017 +0200

    We have some Objective-C source files, too
    
    Change-Id: I0e8319596c11f7dc2ed9b5660eebe55aaa9ec493

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
 


More information about the Libreoffice-commits mailing list