2016-12-05 09:18:27 +00:00
|
|
|
{
|
2016-12-30 14:35:58 +00:00
|
|
|
// "anaconda_linter_underlines": false,
|
2016-12-05 09:18:27 +00:00
|
|
|
"auto_formatting": true,
|
2016-12-30 14:35:58 +00:00
|
|
|
// "complete_all_parameters": true,
|
|
|
|
// "complete_parameters": true,
|
2016-12-05 09:18:27 +00:00
|
|
|
"pep8_ignore": [
|
|
|
|
"E501"
|
|
|
|
],
|
2016-12-30 14:35:58 +00:00
|
|
|
"python_interpreter": "D:\\works\\Python35\\python.exe",
|
2016-12-05 09:18:27 +00:00
|
|
|
"suppress_explicit_completions": true,
|
|
|
|
"suppress_word_completions": true
|
|
|
|
}
|