update prettier config

This commit is contained in:
Janis
2023-10-07 22:53:39 +02:00
parent 7974a08b24
commit c40b33de2b

View File

@@ -1,5 +1,7 @@
{
"tabWidth": 2,
"useTabs": false,
"printWidth": 120
"printWidth": 120,
"singleQuote": false,
"semi": true
}