Revision de074b9347b21ae0cd27afa5dfafac92707cf0d1 authored by Drew DeVault on 25 October 2016, 20:24:32 UTC, committed by GitHub on 25 October 2016, 20:24:32 UTC
Add left_handed support for input devices
2 parent s 47fd538 + e8d8abf
Raw File
.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