First test version

This commit is contained in:
Fabian Stamm
2021-12-04 16:59:25 +01:00
commit e3b8716a85
12 changed files with 2068 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,mjs}]
charset = utf-8
indent_style = space
indent_size = 3