vscode: format automatically with black
This commit is contained in:
parent
7ce32bac41
commit
0f01ef80ec
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"editor.formatOnSave": true,
|
||||||
|
"python.formatting.provider": "black"
|
||||||
|
}
|
Loading…
Reference in New Issue