更新sublime配置信息

This commit is contained in:
2016-12-05 17:18:27 +08:00
parent 2cf4164f74
commit b046b78c1b
5 changed files with 74 additions and 9 deletions

View File

@@ -0,0 +1,12 @@
{
"anaconda_linter_underlines": false,
"auto_formatting": true,
"complete_all_parameters": true,
"complete_parameters": true,
"pep8_ignore": [
"E501"
],
"python_interpreter": "python",
"suppress_explicit_completions": true,
"suppress_word_completions": true
}