Initial commit

This commit is contained in:
2020-08-23 00:33:34 +02:00
commit 5776a66fb1
15 changed files with 8176 additions and 0 deletions

9
.editorconfig Normal file
View File

@@ -0,0 +1,9 @@
root = true
[*]
trim_trailing_whitespace = true
insert_final_newline = true
[*.{ts,tsx,js,jsx}]
indent_size = 2
indent_style = space