https://github.com/swaywm/sway.git
Revision bfe8649e90eb88a52a31cf83bc2750895fddf3f9 authored by Drew DeVault on 17 October 2017, 01:07:55 UTC, committed by Drew DeVault on 17 October 2017, 01:08:16 UTC
1 parent bfb5e0c
Raw File
Tip revision: bfe8649e90eb88a52a31cf83bc2750895fddf3f9 authored by Drew DeVault on 17 October 2017, 01:07:55 UTC
Fix crash closing fullscreen windows in container
Tip revision: bfe8649
.editorconfig
# For the full list of code style requirements, see CONTRIBUTING.md

root = true

[*]
charset = utf-8
end_of_line = lf

[*.{c,h,cmake,txt}]
indent_style = tab
indent_size = 4

[*.{xml,yml}]
indent_style = space
indent_size = 2

[config]
indent_style = space
indent_size = 4

[*.md]
trim_trailing_whitespace = false
back to top