Skip to content

Commit

Permalink
chore: removing format on paste
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj committed Jun 29, 2023
1 parent 05ba170 commit d0e1c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/.devcontainer/frontend.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"editor.inlineSuggest.enabled": true,
"git.openRepositoryInParentFolders": "always",
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint",
"editor.formatOnPaste": true,
"editor.formatOnPaste": false,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
Expand Down

0 comments on commit d0e1c90

Please sign in to comment.