Skip to content

Commit

Permalink
Force format on save in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi311 committed Mar 9, 2023
1 parent 9041fee commit 9f00479
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"python.formatting.provider": "black"
"[python]" : {
"editor.formatOnSave": true,
},
"python.formatting.provider": "black",

}

0 comments on commit 9f00479

Please sign in to comment.