Skip to content

Commit

Permalink
Disable format on save
Browse files Browse the repository at this point in the history
  • Loading branch information
VDuchauffour committed Sep 2, 2024
1 parent 5e76237 commit 20166cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"python.analysis.diagnosticMode": "openFilesOnly",
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.organizeImports": "never"
}
Expand Down

0 comments on commit 20166cc

Please sign in to comment.