feat: add temp formatter settings

pull/173/head
Alex 2024-05-21 20:31:22 +07:00
parent fcb30f6319
commit b88f81b718
1 changed files with 7 additions and 3 deletions

@ -1,5 +1,9 @@
{
"editor.formatOnSave": true,
"files.eol": "\n",
"typescript.tsdk": "node_modules/typescript/lib"
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"prettier.tabWidth": 4,
"prettier.printWidth": 140,
"prettier.singleQuote": true,
"files.eol": "\n",
"typescript.tsdk": "node_modules/typescript/lib"
}