mirror of
https://github.com/tenox7/wrp.git
synced 2024-11-22 10:31:21 +00:00
8 lines
311 B
JSON
8 lines
311 B
JSON
// Place your settings in this file to overwrite default and user settings.
|
|
{
|
|
"python.pythonPath": "python2",
|
|
"python.linting.pylintPath": "pylint2",
|
|
"python.linting.flake8Path": "flake8-python2",
|
|
"python.formatting.autopep8Path": "autopep8-python2",
|
|
"python.formatting.yapfPath": "yapf2",
|
|
} |