https://github.com/swaywm/sway
Revision 52c4c166d83caa1f8a0d1fbc49deff65d9de0bcf authored by Drew DeVault on 01 November 2017, 12:42:41 UTC, committed by Drew DeVault on 06 November 2017, 23:16:22 UTC
1 parent 5a150d5
Raw File
Tip revision: 52c4c166d83caa1f8a0d1fbc49deff65d9de0bcf authored by Drew DeVault on 01 November 2017, 12:42:41 UTC
Merge pull request #1446 from kon14/patch-1
Tip revision: 52c4c16
.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