wayland/.editorconfig
Pekka Paalanen 11be42e8ea 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>
2026-01-22 11:08:28 +02:00

24 lines
345 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = tab
indent_size = 8
max_line_length = 80
[*.{xml,xsl}]
indent_style = space
indent_size = 2
tab_width = 8
[*.py]
indent_style = space
indent_size = 4
[*.yml]
indent_style = space
indent_size = 2
max_line_length = off