initial commit

This commit is contained in:
Jeremy Baxter 2025-05-02 12:40:32 +12:00
commit f55f51fec3
3 changed files with 91 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
[*.{json,md}]
indent_style = space
indent_size = 2