Add prettierrc

This commit is contained in:
philipp lang 2024-10-03 13:49:53 +02:00
parent 9fa734b100
commit b73781ef4c
1 changed files with 7 additions and 0 deletions

7
.prettierrc Normal file
View File

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