Add .editorconfig

This allows editors to pick up the correct indent style for *.xml files.

Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
Simon Ser 2019-11-20 22:53:05 +01:00
parent 510188250e
commit 3c30276063
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48

6
.editorconfig Normal file
View file

@ -0,0 +1,6 @@
root = true
[*.xml]
indent_style = space
indent_size = 2
tab_width = 8