Skip to content

Commit

Permalink
feat:优化
Browse files Browse the repository at this point in the history
  • Loading branch information
Young-Jeff committed Mar 31, 2024
1 parent 2beb218 commit 0c00861
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"prettier.enable": true,
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": false
"source.fixAll": "explicit",
"source.organizeImports": "never"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
Expand Down

0 comments on commit 0c00861

Please sign in to comment.