Force format on save in vscode

pull/51/head
Luigi311 2023-03-09 00:53:07 -07:00
parent 9041fee7ad
commit 9f004797fc
1 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
{
"python.formatting.provider": "black"
"[python]" : {
"editor.formatOnSave": true,
},
"python.formatting.provider": "black",
}