Skip to content

Commit

Permalink
chore(repo): add formatOn actions to formattingToggle controlables
Browse files Browse the repository at this point in the history
  • Loading branch information
HuiSF committed Jan 31, 2024
1 parent c6edaa2 commit d047026
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"prettier.requireConfig": true,
"typescript.tsdk": "node_modules/typescript/lib",
"formattingToggle.affects": [
"editor.codeActionsOnSave.source.fixAll.eslint"
"editor.codeActionsOnSave.source.fixAll.eslint",
"editor.formatOnPaste",
"editor.formatOnSave",
"editor.formatOnType"
]
}

0 comments on commit d047026

Please sign in to comment.