Skip to content

Instantly share code, notes, and snippets.

@jonchretien
Last active December 6, 2016 15:29
Show Gist options
  • Save jonchretien/4565038 to your computer and use it in GitHub Desktop.
Save jonchretien/4565038 to your computer and use it in GitHub Desktop.
Sublime Text 2 Settings (User)
{
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"draw_white_space": "selection",
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"bower_components",
"node_modules"
],
"font_face": "Operator Mono",
"font_size": 23.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"save_on_focus_lost": true,
"tab_completion": true,
"tab_size": 2,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment