diff options
author | emersion <contact@emersion.fr> | 2017-10-15 22:21:05 +0200 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-10-15 22:21:05 +0200 |
commit | 60e2bd3550648784ee36702cd7b477854266fbfc (patch) | |
tree | 238a9f4b17b8ce868a652cfb8445cc606c179028 | |
parent | 2b09105bde84ef52ed8f683782dbf2091dcccb08 (diff) |
Add XML rules to .editorconfig
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 4b8b3e12..64f18915 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,7 @@ charset = utf-8 indent_style = tab indent_size = 4 trim_trailing_whitespace = true + +[*.xml] +indent_style = space +indent_size = 2 |