Skip to content

Commit

Permalink
vscode: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
JPHutchins committed Jan 9, 2024
1 parent d84e89a commit 83fba48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"[python]": {
"diffEditor.ignoreTrimWhitespace": false,
"editor.formatOnType": true,
"editor.wordBasedSuggestions": false,
"editor.wordBasedSuggestions": "off",
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
},
},
"python.testing.pytestArgs": [
Expand Down

0 comments on commit 83fba48

Please sign in to comment.