use 4 spaces at xml file continuation indentation

This commit is contained in:
tibbi 2020-03-04 18:17:36 +01:00
parent afaa3f470c
commit 2efd12a40c
1 changed files with 2 additions and 0 deletions

View File

@ -19,3 +19,5 @@ indent_style = space
indent_size = 4
continuation_indent_size = 8
[*.xml]
continuation_indent_size = 4