https://github.com/swaywm/sway
Revision 68d620a8fd70d70eb91c58dcfafc4af16c58379d authored by Simon Ser on 12 February 2023, 17:52:39 UTC, committed by Simon Ser on 12 February 2023, 17:52:39 UTC
1 parent 4a31d18
Raw File
Tip revision: 68d620a8fd70d70eb91c58dcfafc4af16c58379d authored by Simon Ser on 12 February 2023, 17:52:39 UTC
build: bump version to 1.8.1
Tip revision: 68d620a
.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