https://github.com/swaywm/sway
Raw File
Tip revision: 4b200869b2769a41d087c70e3e80124b2ed51064 authored by Drew DeVault on 07 April 2018, 18:43:38 UTC
Merge pull request #1767 from emersion/fix-dmenu
Tip revision: 4b20086
.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