Skip to content

Commit

Permalink
doc: Update recommended settings for Python formatting (VS Code 1.85)
Browse files Browse the repository at this point in the history
  • Loading branch information
edalm committed Dec 8, 2023
1 parent 5144ee8 commit ba330d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/contributing/source/coding-style.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1615,7 +1615,7 @@ add the following configuration to ``.vscode/settings.json``:
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.organizeImports": "explicit",
},
},
"black-formatter.args": [
Expand Down

0 comments on commit ba330d3

Please sign in to comment.