Skip to content

Commit

Permalink
chore(vscode): Edited settings
Browse files Browse the repository at this point in the history
  • Loading branch information
iliubinskii committed Dec 20, 2023
1 parent c3853a3 commit 9158f3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vscode.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
},
"debug.javascript.codelens.npmScripts": "never",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.sortPackageJson": true
"source.fixAll": "explicit",
"source.sortPackageJson": "explicit"
},
"editor.detectIndentation": false,
"editor.foldingStrategy": "indentation",
Expand Down

0 comments on commit 9158f3c

Please sign in to comment.