Skip to content

Instantly share code, notes, and snippets.

@aipi
Created May 17, 2017 16:17
Show Gist options
  • Save aipi/fef619f400b9e14cb0c305b4f2aafd02 to your computer and use it in GitHub Desktop.
Save aipi/fef619f400b9e14cb0c305b4f2aafd02 to your computer and use it in GitHub Desktop.
My sublime and configuration to Python and Django
{
"python_interpreter": "python3",
"anaconda_gutter_theme": "alpha",
"anaconda_linter_show_errors_on_save": true,
"pep257": false,
"aggressive": 2,
"pep8_max_line_length": 99,
}
# Anaconda
{
"font_size": 10,
"ignored_packages":
[
"Vintage"
],
"translate_tabs_to_spaces": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment