Skip to content

Commit

Permalink
chore(vscode): add more config
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed May 15, 2024
1 parent 9224777 commit 29ff077
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"prettier.requireConfig": false,
"editor.defaultFormatter": "esbenp.prettier-vscode"
"prettier.enable": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[markdown][json][jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}

0 comments on commit 29ff077

Please sign in to comment.