This commit is contained in:
Reid 2025-07-16 15:39:29 -07:00
commit 41b0953002
Signed by: reidlab
GPG key ID: 6C9EAA3364F962C8
238 changed files with 4402 additions and 0 deletions

8
.editorconfig Normal file
View file

@ -0,0 +1,8 @@
root = true
[*]
end_of_line = lf
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true