My ST3 Python settings
{ | |
"color_scheme": "Packages/User/Text Ex Machina bsik.tmTheme", | |
"translate_tabs_to_spaces": true, | |
"auto_complete_triggers": [{"selector": "source.python - string - comment - constant.numeric", "characters": "."}], | |
"complete_parameters": true, | |
"pep8_ignore": ["E501"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment