https://github.com/swaywm/sway
Revision 89d73beedbad2d484adc85fe114680e85d391958 authored by Simon Ser on 05 June 2022, 17:00:38 UTC, committed by Simon Ser on 04 August 2022, 16:44:58 UTC
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3428
1 parent 9e87924
Raw File
Tip revision: 89d73beedbad2d484adc85fe114680e85d391958 authored by Simon Ser on 05 June 2022, 17:00:38 UTC
Enable single-pixel-buffer-v1
Tip revision: 89d73be
.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