Add editorconfig, format script, and format all files consistently

This commit is contained in:
William Oldham 2024-12-30 13:28:11 +00:00
commit 944af73907
45 changed files with 552 additions and 517 deletions

5
.editorconfig Normal file
View file

@ -0,0 +1,5 @@
[*]
indent_style = tab
indent_size = 2
end_of_line = lf
insert_final_newline = false