Update settings.json with basic formatting rules.

This commit is contained in:
chesspro13 2024-05-07 16:59:57 -07:00 committed by GitHub
parent 2d67abbc12
commit 05d78a0dab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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