editorconfig: follow wayland-protocols XML style

It's unlikely that protocols/wayland.xml sees much change anymore, but
files in doc/ might. To make writing documentation easier, stick to an
unsurprising indentation style that is already in use in
wayland-protocols and for the XSL files.

Signed-off-by: Pekka Paalanen <pq@iki.fi>
This commit is contained in:
Pekka Paalanen 2025-12-30 10:34:46 +02:00 committed by Pekka Paalanen
parent 1807450a7b
commit 11be42e8ea

View file

@ -9,12 +9,7 @@ indent_style = tab
indent_size = 8
max_line_length = 80
[*.xml]
indent_style = tab
indent_size = 2
tab_width = 8
[*.xsl]
[*.{xml,xsl}]
indent_style = space
indent_size = 2
tab_width = 8