This commit is contained in:
Alan Daniels 2025-12-18 22:15:29 +11:00
commit 487bab0ad3
6 changed files with 659 additions and 0 deletions

10
.editorconfig Normal file
View file

@ -0,0 +1,10 @@
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true