Skip to content

Commit

Permalink
Fix whitespace error
Browse files Browse the repository at this point in the history
This pull request fixes a whitespace error in the code.
  • Loading branch information
gokh4nozturk committed Dec 13, 2023
1 parent 7d158d0 commit 19e759e
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
Expand Up @@ -3,8 +3,8 @@
"editor.formatOnSave": false,
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.organizeImports": false
"source.fixAll.eslint": "explicit",
"source.organizeImports": "never"
},
// The following is optional.
// It's better to put under project setting `.vscode/settings.json`
Expand Down

0 comments on commit 19e759e

Please sign in to comment.