Add editorconfig

This commit is contained in:
Christopher Jones 2016-03-24 21:47:37 +11:00
parent 1192ea2e34
commit 6baa334389
1 changed files with 11 additions and 0 deletions

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
root = true
[*]
end_of_line = lf
indent_style = space
[*.js]
indent_size = 2
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true