Updated .gitignore, and added editorconfig

This commit is contained in:
Joseph Cohen
2014-12-28 14:31:12 -06:00
parent baa5a86003
commit 9ebed338a8
2 changed files with 26 additions and 7 deletions

12
.editorconfig Normal file
View File

@@ -0,0 +1,12 @@
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true