12 lines
337 B
Plaintext
12 lines
337 B
Plaintext
{
|
|
// "anaconda_linter_underlines": false,
|
|
"auto_formatting": true,
|
|
// "complete_all_parameters": true,
|
|
// "complete_parameters": true,
|
|
"pep8_ignore": [
|
|
"E501"
|
|
],
|
|
"python_interpreter": "D:\\works\\Python35\\python.exe",
|
|
"suppress_explicit_completions": true,
|
|
"suppress_word_completions": true
|
|
} |