Initial commit

This commit is contained in:
2019-08-26 16:14:34 -04:00
commit a17cc15bbd
7 changed files with 1135 additions and 0 deletions

11
.editorconfig Normal file
View File

@@ -0,0 +1,11 @@
# editorconfig.org
root = true
[*]
charset = utf-8
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true