Skip to content

Commit

Permalink
Add .editorconfig
Browse files Browse the repository at this point in the history
This allows editors to pick up the correct indent style for *.xml files.

Signed-off-by: Simon Ser <contact@emersion.fr>
  • Loading branch information
emersion committed Nov 20, 2019
1 parent 5101882 commit 3c30276
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .editorconfig
@@ -0,0 +1,6 @@
root = true

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

0 comments on commit 3c30276

Please sign in to comment.