Skip to content

Instantly share code, notes, and snippets.

@jmvrbanac
Last active December 23, 2015 18:09
Show Gist options
  • Save jmvrbanac/6673392 to your computer and use it in GitHub Desktop.
Save jmvrbanac/6673392 to your computer and use it in GitHub Desktop.
Python.sublime-settings
{
"scroll_past_end": false,
"rulers": [
72,
79
],
"word_wrap": false,
"wrap_width": 80,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"auto_indent": true,
"smart_indent": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"auto_match_enabled": true,
"file_exclude_patterns": [
".DS_Store",
"*.pid",
"*.pyc"
],
"folder_exclude_patterns": [
".git",
"__pycache__"
],
"auto_complete_triggers": [{"selector": "source.python - string - comment - constant.numeric", "characters": "."}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment