Skip to content

Commit

Permalink
Update Docs.code-workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhang-Wei-666 committed Apr 6, 2024
1 parent 7f3e53b commit 7b64671
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Docs.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
"editor.tabSize": 2,
"editor.detectIndentation": false,
"editor.codeActionsOnSave": {
"source.fixAll": false,
"source.fixAll.eslint": true,
"source.organizeImports": false
"source.fixAll": "never",
"source.fixAll.eslint": "explicit",
"source.organizeImports": "never"
},
"editor.guides.bracketPairs": "active",
"editor.renderWhitespace": "boundary",
Expand Down

0 comments on commit 7b64671

Please sign in to comment.