Initial commit

This commit is contained in:
Keroosha 2023-08-10 21:32:34 +03:00
commit 99d823e15a
23 changed files with 927 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