added files

This commit is contained in:
J-onasJones 2024-10-15 00:56:32 +02:00
parent a1f3689848
commit eb1ad6ec71
12 changed files with 3807 additions and 3 deletions

12
.editorconfig Normal file
View file

@ -0,0 +1,12 @@
# http://editorconfig.org
root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.yml]
indent_style = space