initial commit

This commit is contained in:
cnachtigall1991
2021-10-13 09:56:45 +02:00
commit 4f755e40a9
16 changed files with 11264 additions and 0 deletions

10
.editorconfig Normal file
View File

@@ -0,0 +1,10 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{js,json,yml}]
charset = utf-8
indent_style = space
indent_size = 2