Skip to content

Commit

Permalink
updated VS Code settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaasRostock committed Jan 10, 2024
1 parent ff03400 commit 200eac8
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 @@ -11,7 +11,7 @@
"[python]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
},
},
"autoDocstring.docstringFormat": "numpy",
Expand Down

0 comments on commit 200eac8

Please sign in to comment.