https://github.com/swaywm/sway
Revision 1df24506898a73d4586e3cc4118448104200ffba authored by Simon Ser on 02 October 2021, 15:37:06 UTC, committed by Simon Ser on 17 October 2021, 19:28:51 UTC
This happens a lot, the latest one is [1].

[1]: https://github.com/swaywm/sway/issues/6570
1 parent ca8c6c3
Raw File
Tip revision: 1df24506898a73d4586e3cc4118448104200ffba authored by Simon Ser on 02 October 2021, 15:37:06 UTC
github: don't truncate debug logs
Tip revision: 1df2450
.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