Skip to content

Commit

Permalink
🔧 VSCode配置修改
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashiCoin committed Sep 7, 2024
1 parent 2b006b8 commit fe11ff0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
"ruff.importStrategy": "useBundled",
"ruff.organizeImports": false,
"[javascript]": {
"editor.defaultFormatter": "ms-python.black-formatter"
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "ms-python.black-formatter"
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[yaml]": {
"editor.defaultFormatter": "ms-python.black-formatter"
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.defaultFormatter": "ms-python.black-formatter"
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}

0 comments on commit fe11ff0

Please sign in to comment.