initial commit

This commit is contained in:
Jason Salzman
2016-10-06 11:10:21 -07:00
commit 52dea8ebb5
54 changed files with 58605 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false
indent_style = space
indent_style = 4
[*.json]
indent_style = space
indent_size = 2