day 1 part 1

formatting
This commit is contained in:
Alan Daniels 2025-12-02 18:24:57 +11:00
commit a5681362f4
4 changed files with 58 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