https://github.com/swaywm/sway.git
Revision e1c4104d020d0cc3f07c618706fbddd05f4daf9a authored by Drew DeVault on 03 June 2019, 13:54:48 UTC, committed by Drew DeVault on 03 June 2019, 13:54:48 UTC
This reverts commit 74ac8d0ec28c57f4f0871e6f4af0473d1f70192f.
1 parent ac1f17b
Raw File
Tip revision: e1c4104d020d0cc3f07c618706fbddd05f4daf9a authored by Drew DeVault on 03 June 2019, 13:54:48 UTC
Revert "Update output manager config on all output events"
Tip revision: e1c4104
.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