wayland-protocols/.editorconfig
Simon Ser 3c30276063
Add .editorconfig
This allows editors to pick up the correct indent style for *.xml files.

Signed-off-by: Simon Ser <contact@emersion.fr>
2019-11-20 22:55:15 +01:00

6 lines
72 B
INI

root = true
[*.xml]
indent_style = space
indent_size = 2
tab_width = 8