base settings
This commit is contained in:
29
Projects/base.sublime-project
Normal file
29
Projects/base.sublime-project
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user