base settings

This commit is contained in:
2019-07-11 15:15:24 +01:00
parent 7f200be300
commit b802e46855
5 changed files with 87 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
{
"build_systems":
[
{
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"name": "Anaconda Python Builder",
"selector": "source.python",
"shell_cmd": "\"python\" -u \"$file\""
}
],
"folders":
[
{
"path": "/home/dtomlinson/projects"
}
],
"settings":
{
"SublimeLinter.linters.pycodestyle.disable": false,
"SublimeLinter.linters.pyflakes.disable": false,
"anaconda_linting": false,
"convert_tabspaces_on_save": false,
"enable_signatures_tooltip": true,
"merge_signatures_and_doc": true,
"python_interpreter": "$VIRTUAL_ENV/bin/python3",
},
"virtualenv": "/home/dtomlinson/.virtualenvs/bayes-learning"
}