1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-02 12:33:52 +00:00
lovr/.editorconfig

10 lines
155 B
INI
Raw Normal View History

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