Initial commit

This commit is contained in:
Chris Boustead 2017-11-10 12:15:08 -05:00
commit f0a97f8e13
23 changed files with 1020 additions and 0 deletions

13
.editorconfig Normal file
View file

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