merged cleanup branch with master

This commit is contained in:
Rod A Santiago 2017-06-19 18:03:39 -07:00
parent a4f47a17e3
commit 0a91fe7a3e
28 changed files with 9033 additions and 0 deletions

13
.editorconfig Normal file
View file

@ -0,0 +1,13 @@
# 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 = true
[*.py]
indent_style = space
indent_size = 4