Copy prettier config from packages/bruno-app Re #48

This commit is contained in:
David Coomber 2023-08-19 10:40:54 +02:00
parent df9322b767
commit 9ea95b4571

7
.prettierrc.json Normal file
View File

@ -0,0 +1,7 @@
{
"trailingComma": "none",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"printWidth": 180
}