1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-02 20:43:35 +00:00
lovr/.editorconfig
Colby Klein 8f3bf3cbe2 Add .editorconfig
...For those of us with editors which aren't configured for 2-space on C.
2017-09-18 18:22:37 -07:00

10 lines
155 B
INI

# editorconfig.org
root = true
[*.{c,h}]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true