chore: enable format on save in workspace settings

This commit is contained in:
Evan You 2024-11-13 15:31:17 +08:00
parent 83430a35f4
commit 506ed4e75f
No known key found for this signature in database
GPG Key ID: 00E9AB7A6704CE0A
1 changed files with 2 additions and 1 deletions

View File

@ -13,5 +13,6 @@
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
},
"editor.formatOnSave": true
}