Skip to content

Commit

Permalink
update VSCode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed Dec 31, 2023
1 parent 7b360d8 commit f654d8b
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 @@ -17,7 +17,7 @@
"[python]": {
"editor.defaultFormatter": "ms-python.autopep8",
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
}
}
}

0 comments on commit f654d8b

Please sign in to comment.