Re-add .vscode directory

This commit is contained in:
Patrick Neff 2020-08-03 18:37:56 +02:00
parent 4f44cfff2c
commit cea7844ff4
1 changed files with 6 additions and 0 deletions

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

@ -0,0 +1,6 @@
{
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
"python.linting.pylintEnabled": false,
"python.formatting.provider": "yapf"
}