[Libreoffice-commits] core.git: .editorconfig

Samuel Mehrbrodt Samuel.Mehrbrodt at cib.de
Fri Dec 1 10:35:49 UTC 2017


 .editorconfig |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

New commits:
commit 54d73c33eb80f18a1600c7f60dae106738349cd1
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Date:   Fri Dec 1 09:09:12 2017 +0100

    editorconfig: xsl files now also use 4 space indentation
    
    Change-Id: I0368f56d1846731d4ec6453aa967cb4907f7df69
    Reviewed-on: https://gerrit.libreoffice.org/45633
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/.editorconfig b/.editorconfig
index be10d26ceddc..1ca7843d26fb 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,py,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


More information about the Libreoffice-commits mailing list