Skip to content

Commit

Permalink
fix: settings.json for python
Browse files Browse the repository at this point in the history
  • Loading branch information
grantdfoster committed Dec 19, 2024
1 parent 7c8ebab commit 2e4c3df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"editor.formatOnSave": true,
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true
}
}

0 comments on commit 2e4c3df

Please sign in to comment.