Initial commit

This commit is contained in:
Eric Ratliff
2026-03-13 08:24:03 -05:00
commit 9f29b8de9c
10 changed files with 671 additions and 0 deletions

33
.editorconfig Normal file
View File

@@ -0,0 +1,33 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4
[*.java]
indent_size = 4
[*.xml]
indent_size = 4
[*.py]
indent_size = 4
[*.html]
indent_size = 2
[*.css]
indent_size = 2
[*.json]
indent_size = 2
[*.md]
trim_trailing_whitespace = false
[Makefile]
indent_style = tab