diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-10-17 16:01:17 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-10-17 16:01:17 -0400 |
commit | b7c622a319aff00a1c825a4f16bd9443faa6b7c4 (patch) | |
tree | 873b760bd9288724028841159fdad22d18e62fb3 /.editorconfig | |
parent | 09f16058c890cc3329c8aa39593f229b2bf31443 (diff) | |
parent | 9129687ad6dcf162b3af8d91b2fc582f185d0943 (diff) | |
download | wlroots-b7c622a319aff00a1c825a4f16bd9443faa6b7c4.tar.xz |
Merge branch 'master' into feature/data-device-selection
Diffstat (limited 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 |