Adds .editorconfig

This commit is contained in:
Ask Solem 2016-04-08 19:08:52 -07:00
parent 706146627e
commit 704a314142
1 changed files with 14 additions and 0 deletions

14
.editorconfig Normal file
View File

@ -0,0 +1,14 @@
# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
end_of_line = lf
[Makefile]
indent_style = tab