initial commit

This commit is contained in:
Jared McKnight 2018-02-13 19:44:03 -05:00
commit 7dc839c1dd
No known key found for this signature in database
GPG key ID: DB3C3196E89FCC30
5 changed files with 149 additions and 0 deletions

13
.editorconfig Normal file
View file

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