This commit is contained in:
Julian Krauser 2024-11-06 10:16:24 +01:00
parent 1047364daf
commit 31fdd259b7
2 changed files with 127 additions and 39 deletions

5
.prettierrc Normal file
View file

@ -0,0 +1,5 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"printWidth": 120
}