Skip to content

Instantly share code, notes, and snippets.

@blturner
Created March 12, 2013 05:37
Show Gist options
  • Save blturner/5140587 to your computer and use it in GitHub Desktop.
Save blturner/5140587 to your computer and use it in GitHub Desktop.
{
"bold_folder_labels": true,
"caret_style": "blink",
"color_scheme": "Packages/Color Scheme - Default/Sunburst.tmTheme",
"draw_white_space": "all",
"file_exclude_patterns":
[
".dropbox",
".DS_Store",
"*.pyc"
],
"fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg"
],
"font_face": "Ubuntu Mono",
"font_options":
[
"subpixel_antialias"
],
"font_size": 16,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"pep8_ignore":
[
"E501"
],
"rulers":
[
72,
79
],
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment