initial commit

This commit is contained in:
Jeremy Baxter 2024-10-02 18:03:28 +13:00
commit 7fabc826c7
12 changed files with 33929 additions and 0 deletions

11
.editorconfig Normal file
View file

@ -0,0 +1,11 @@
root = true
[*]
end_of_line = lf
indent_style = tab
indent_size = 4
insert_final_newline = true
[*.html]
indent_style = space
indent_size = 2