diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..d6d00aee --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,12 @@ +{ + "python.pythonPath": "${workspaceRoot}/.tox/develop/bin/python", + "python.formatting.provider": "yapf", + "files.exclude": { + "**/*.pyc": true, + "*.egg-info": true, + ".cache": true, + "build": true, + "dist": true + }, + "editor.rulers": [79] +}