Working prototype

This commit is contained in:
Eric Shinn
2021-01-20 00:27:00 -05:00
parent 75aff8fe8a
commit 7ec534a783
3 changed files with 141 additions and 0 deletions

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
root=true
[*]
charset = utf-8
indent_size = 2
indent_style = tab
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true