Created
May 17, 2017 16:17
-
-
Save aipi/fef619f400b9e14cb0c305b4f2aafd02 to your computer and use it in GitHub Desktop.
My sublime and configuration to Python and Django
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"python_interpreter": "python3", | |
"anaconda_gutter_theme": "alpha", | |
"anaconda_linter_show_errors_on_save": true, | |
"pep257": false, | |
"aggressive": 2, | |
"pep8_max_line_length": 99, | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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