More initial commit

This commit is contained in:
2021-10-29 20:32:37 -05:00
parent 57eff884ab
commit 6e96baef94
8 changed files with 121 additions and 0 deletions

7
.editorconfig Normal file
View File

@@ -0,0 +1,7 @@
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab