diff options
| author | Drew DeVault <sir@cmpwn.com> | 2017-10-15 16:35:59 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-15 16:35:59 -0400 |
| commit | 11c1b811db03394cee51cd5f51acf7646b7fdea1 (patch) | |
| tree | 238a9f4b17b8ce868a652cfb8445cc606c179028 | |
| parent | 2b09105bde84ef52ed8f683782dbf2091dcccb08 (diff) | |
| parent | 60e2bd3550648784ee36702cd7b477854266fbfc (diff) | |
| download | wlroots-11c1b811db03394cee51cd5f51acf7646b7fdea1.tar.xz | |
Merge pull request #272 from emersion/editorconfig-xml
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 |
