Replace initial 8 spaces with a tab for all xml files

This is the style used in wayland.xml which is the only file we really
care about for git blame information. So let's adjust all others to that
style for consistency and fix editorconfig to avoid messing this up in
the future.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2020-04-16 15:57:07 +10:00 committed by Simon Ser
parent cc8b6aa3d9
commit df969706f4
10 changed files with 44 additions and 44 deletions

View file

@ -10,7 +10,7 @@ indent_size = 8
max_line_length = 80
[*.xml]
indent_style = space
indent_style = tab
indent_size = 2
tab_width = 8