Skip to content

Commit

Permalink
Re-set default VSCode Python formatter
Browse files Browse the repository at this point in the history
Commit e95145d updated settings for the new VSCode Black and isort
extensions, but missed `editor.defaultFormatter`. This commit will
add the missing setting.
  • Loading branch information
br3ndonland committed Oct 7, 2023
1 parent 77f8cb0 commit 1a3dbf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vscode/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.rulers": [],
"editor.tabSize": 4
},
Expand Down

0 comments on commit 1a3dbf9

Please sign in to comment.