Skip to content

Instantly share code, notes, and snippets.

@miguelgr
Last active January 16, 2017 16:51
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save miguelgr/5430170 to your computer and use it in GitHub Desktop.
Save miguelgr/5430170 to your computer and use it in GitHub Desktop.
ST: user_settings
{
"close_windows_when_empty": false,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"font_face": "Menlo",
"font_options": ["subpixel_antialias", "no_bold"],
"font_size": 14.0,
"enable_live_count": true,
"highlight_modified_tabs": true,
"highlight_line": false,
"ignored_packages": [
"Vintage"
],
"pep8_ignore":
[
],
"rulers":
[
99
],
// Exclude in the sidebar
"file_exclude_patterns":
[
".DS_Store",
"*.pid",
"*.pyc"
],
"folder_exclude_patterns":
[
".git",
"__pycache__"
],
"tab_size": 4,
"wrap_width": 80,
// Spaces and \n at end of file
"draw_white_space": "all",
"default_line_ending": "unix",
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"translate_tabs_to_spaces": true,
// Caret
"caret_style": "solid",
"wide_caret": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment