First version done

This commit is contained in:
2024-11-16 14:35:32 +01:00
parent 22d38a3b5e
commit c54eb91951
7 changed files with 2491 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