chore: enable format on save

This commit is contained in:
三咲智子 Kevin Deng 2023-11-25 16:26:08 +08:00
parent a2ba499186
commit f1a0b3828f
No known key found for this signature in database
GPG Key ID: 69992F2250DFD93E
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
"cSpell.enabledLanguageIds": ["markdown", "plaintext", "text", "yml"],
// Use prettier to format typescript, javascript and JSON files
"editor.formatOnSave": true,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},