using spaces instead of tabs now & added prettier config

This commit is contained in:
Janis
2022-10-27 21:14:29 +02:00
parent 00c4dbd0a1
commit 9f5c39b5a8
11 changed files with 281 additions and 277 deletions

4
.prettierrc Normal file
View File

@@ -0,0 +1,4 @@
{
"tabWidth": 2,
"useTabs": false
}