Initial commit

This commit is contained in:
TheTrouper
2024-04-17 19:00:29 -05:00
committed by GitHub
commit 6341bb6e63
19 changed files with 639 additions and 0 deletions

12
.editorconfig Normal file
View File

@@ -0,0 +1,12 @@
[*]
charset = utf-8
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
indent_size = 4
[*.{json, yml}]
indent_size = 2
[*.md]
trim_trailing_whitespace = false