r0c/r0c.sublime-project

26 lines
526 B
Plaintext
Raw Normal View History

2018-01-07 06:08:47 +00:00
{
"build_systems":
[
{
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"name": "Anaconda Python Builder",
"selector": "source.python",
"shell_cmd": "\"C:/Users/ed/AppData/Local/Programs/Python/Python36/python.exe\" -u \"$file\""
}
],
"folders":
[
{
"path": "."
}
],
"settings":
{
"anaconda_linting": false,
"anaconda_linting_behaviour": "always",
"python_interpreter": "C:/Users/ed/AppData/Local/Programs/Python/Python36/python.exe",
2018-01-07 20:03:05 +00:00
"validate_imports": true,
"tab_size": 4
2018-01-07 06:08:47 +00:00
}
}