Skip to content

Instantly share code, notes, and snippets.

@brainsik
Created December 3, 2013 01:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brainsik/7762587 to your computer and use it in GitHub Desktop.
Save brainsik/7762587 to your computer and use it in GitHub Desktop.
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