Skip to content

Commit

Permalink
build: Add vscode settings to format on save (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: Bobbyperson <[email protected]>
  • Loading branch information
GeckoEidechse and Bobbyperson authored Aug 20, 2024
1 parent 6ea21cd commit d47b26d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true
}
}

0 comments on commit d47b26d

Please sign in to comment.