update prettier

This commit is contained in:
Ishaan Dey 2024-05-26 12:19:59 -07:00
parent 010a4fec59
commit f9c9a22c13
3 changed files with 12 additions and 15 deletions

View File

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

View File

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

View File

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