Add prttierrc

This commit is contained in:
philipp lang 2024-02-03 20:14:08 +01:00
parent 601090aea3
commit 874b1bd705
1 changed files with 8 additions and 0 deletions

8
.prettierrc Normal file
View File

@ -0,0 +1,8 @@
{
"printWidth": 200,
"singleQuote": true,
"tabWidth": 4,
"quoteProps": "consistent",
"bracketSpacing": false
}