diff options
author | emersion <contact@emersion.fr> | 2017-12-22 19:20:12 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-12-22 19:20:12 +0100 |
commit | 0a171d3acec825b5a9115907b339dc29aec678fa (patch) | |
tree | 6af2f427ba33f1b50716eb4a7822a3c04071739e /.editorconfig | |
parent | 0a370c529806077a11638e7fa856d5fbb539496b (diff) |
Add wlr_primary_selection_device_manager and wlr_primary_selection_source
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 64f18915..b6b6a367 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,3 +11,4 @@ trim_trailing_whitespace = true [*.xml] indent_style = space indent_size = 2 +tab_width = 8 |