Skip to content

Commit

Permalink
VSCode: format Python with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
garfieldnate committed Aug 30, 2023
1 parent 9140af5 commit 01634f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,8 @@
"algorithm": "cpp"
},
"openInGitHub.defaultBranch": "development",
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.formatting.provider": "none",
}

0 comments on commit 01634f3

Please sign in to comment.