A happy beginning 🚪🔒

This commit is contained in:
Dana Woodman
2018-03-03 13:28:55 -08:00
commit 38c0bae242
21 changed files with 6001 additions and 0 deletions

13
.editorconfig Normal file
View File

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