2017-07-24 17:37:16 +03:00
|
|
|
{
|
|
|
|
|
"python.pythonPath": "${workspaceRoot}/.tox/develop/bin/python",
|
|
|
|
|
"python.formatting.provider": "yapf",
|
|
|
|
|
"files.exclude": {
|
|
|
|
|
"**/*.pyc": true,
|
|
|
|
|
"*.egg-info": true,
|
|
|
|
|
".cache": true,
|
|
|
|
|
"build": true,
|
|
|
|
|
"dist": true
|
|
|
|
|
},
|
2017-08-01 14:45:42 +03:00
|
|
|
"editor.rulers": [79],
|
|
|
|
|
"restructuredtext.builtDocumentationPath": "${workspaceRoot}/docs/_build/html",
|
|
|
|
|
"restructuredtext.confPath": "${workspaceRoot}/docs",
|
|
|
|
|
"restructuredtext.linter.executablePath": "${workspaceRoot}/.tox/docs/bin/restructuredtext-lint"
|
2017-07-24 17:37:16 +03:00
|
|
|
}
|