https://github.com/swaywm/sway
Revision e221d28df770f5b16ce6663d1ef6f5b66a5423f4 authored by Drew DeVault on 08 March 2017, 19:35:11 UTC, committed by Drew DeVault on 14 March 2017, 03:15:39 UTC
1 parent 1c9fa55
Raw File
Tip revision: e221d28df770f5b16ce6663d1ef6f5b66a5423f4 authored by Drew DeVault on 08 March 2017, 19:35:11 UTC
Merge pull request #1105 from zandrmartin/fix-workspace-output-assignment
Tip revision: e221d28
.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