Skip to content

Commit

Permalink
Setup default python formatter for new python plugin (#18563)
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhan authored Nov 24, 2023
1 parent 7b2aefa commit 2f60833
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
"editor.defaultFormatter": "ms-python.black-formatter"
},
// Enable Python linting and Pylance type checking
"python.analysis.typeCheckingMode": "basic",
Expand Down

0 comments on commit 2f60833

Please sign in to comment.