Initial commit

This commit is contained in:
Joshua Seigler 2020-01-28 23:08:53 -05:00
commit 0bd76ac5dc
8 changed files with 1386 additions and 0 deletions

8
.editorconfig Normal file
View file

@ -0,0 +1,8 @@
root = true
[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false