Skip to content

Commit

Permalink
fix: prettier not formating on save (fehmer) (#5289)
Browse files Browse the repository at this point in the history
!nuf
  • Loading branch information
fehmer committed Apr 8, 2024
1 parent 4607297 commit 2dd752f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monkeytype.code-workspace
Expand Up @@ -39,7 +39,7 @@
"vitest.watchOnStartup": true,
"coverage-gutters.coverageBaseDir": "**/coverage",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSaveMode": "modifications",
"editor.formatOnSaveMode": "file",
"editor.formatOnSave": true,
"testing.openTesting": "neverOpen"
}
Expand Down

0 comments on commit 2dd752f

Please sign in to comment.