vscode: format automatically with black

This commit is contained in:
Lukáš Kucharczyk 2022-03-01 12:12:15 +01:00
parent 7ce32bac41
commit 0f01ef80ec
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

4
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,4 @@
{
"editor.formatOnSave": true,
"python.formatting.provider": "black"
}