Add .editorconfig

...For those of us with editors which aren't configured for 2-space on C.
This commit is contained in:
Colby Klein 2017-09-18 14:46:35 -07:00 committed by Bjorn Swenson
parent 6c3abad9f4
commit 8f3bf3cbe2
1 changed files with 9 additions and 0 deletions

9
.editorconfig Normal file
View File

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