Skip to content

Instantly share code, notes, and snippets.

@ahaywood
Created January 22, 2015 02:56
Show Gist options
  • Save ahaywood/99b67bc1c02409d0e57e to your computer and use it in GitHub Desktop.
Save ahaywood/99b67bc1c02409d0e57e to your computer and use it in GitHub Desktop.
Sublime Preferences
{
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"*.scssc"
],
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Cobalt.tmTheme",
"fade_fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS"
],
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"SideBarEnhancements",
"Vintage"
],
"spell_check": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment