chore: add .editorconfig file

Closes #347
This commit is contained in:
PatrickJS 2015-01-04 15:14:28 -08:00 committed by Misko Hevery
parent d5a12d59ca
commit c97dd9e99d
1 changed files with 11 additions and 0 deletions

11
.editorconfig Normal file
View File

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