Initial commit

This commit is contained in:
Lucy 2022-01-11 11:21:57 -05:00
commit 1273f1f098
No known key found for this signature in database
GPG key ID: EBC517FAD666BBF1
11 changed files with 1772 additions and 0 deletions

10
.editorconfig Normal file
View file

@ -0,0 +1,10 @@
[*]
indent_style = tab
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
[*.yml]
indent_style = space