Kaydet (Commit) 54d73c33 authored tarafından Samuel Mehrbrodt's avatar Samuel Mehrbrodt

editorconfig: xsl files now also use 4 space indentation

Change-Id: I0368f56d1846731d4ec6453aa967cb4907f7df69
Reviewed-on: https://gerrit.libreoffice.org/45633Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
üst b56cd805
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment