Skip to content

Instantly share code, notes, and snippets.

@simion
Created October 25, 2016 10:07
Show Gist options
  • Save simion/d99356030814ae319b2122c90313d4ee to your computer and use it in GitHub Desktop.
Save simion/d99356030814ae319b2122c90313d4ee to your computer and use it in GitHub Desktop.
Some sublime text 3 preferences (for python full stack development)
{
"validate_imports": true,
"pep8_max_line_length": 120,
"anaconda_linter_mark_style": "none",
"anaconda_gutter_theme": "retina",
}
{
"ensure_newline_at_eof_on_save": true,
"font_size": 12,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
120
],
"show_full_path": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
{
"build_systems":
[
{
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"name": "Anaconda Python Builder",
"selector": "source.python",
"shell_cmd": "\"/Users/simion/.envs/dpf/bin/python\" -u \"$file\""
}
],
"folders":
[
{
"path": "/Users/simion/Workspace/Repos/app.dontpayfull.com"
}
],
"settings":
{
"python_interpreter": "~/.envs/dpf/bin/python"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment