Merge pull request 'feat/formatting' (#53) from feat/formatting into master

Reviewed-on: #53
This commit is contained in:
kenobi 2023-06-24 22:55:42 +02:00
commit 0d3c62c6ad
24 changed files with 1415 additions and 1408 deletions

7
.editorconfig Normal file
View File

@ -0,0 +1,7 @@
root = true
[*]
indent_style = tab
tab_width = 4
[*.ts]
indent_style = tab
tab_width = 4