https://github.com/swaywm/sway
Revision 33fe87a1fb893b06a69ad82f12db6a869a8f2681 authored by Zandr Martin on 03 October 2016, 03:03:52 UTC, committed by Drew DeVault on 04 October 2016, 21:25:10 UTC
1 parent 9a74abc
Raw File
Tip revision: 33fe87a1fb893b06a69ad82f12db6a869a8f2681 authored by Zandr Martin on 03 October 2016, 03:03:52 UTC
prevent dereference of freed workspace
Tip revision: 33fe87a
.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