Skip to content

Instantly share code, notes, and snippets.

@jhanstra
Created March 18, 2015 18:14
Show Gist options
  • Save jhanstra/599b2cd30c2e60dc1908 to your computer and use it in GitHub Desktop.
Save jhanstra/599b2cd30c2e60dc1908 to your computer and use it in GitHub Desktop.
Sublime Preferences.sublime-settings
{
"color_scheme": "Packages/Theme - Afterglow/Afterglow.tmTheme",
"font_size": 14,
"ignored_packages":
[
"Vintage"
],
"sidebar_size_12": true,
"status_bar_brighter": true,
"tabs_medium": true,
"tabs_padding_small": true,
"theme": "Afterglow-blue.sublime-theme",
// These files will still show up in the side bar, but won't be included in
// Goto Anything or Find in Files
"binary_file_patterns": ["*.jpg", "*.jpeg", "*.png", "*.gif", "*.ttf", "*.tga", "*.dds", "*.ico", "*.eot", "*.pdf", "*.swf", "*.jar", "*.zip"],
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS","target/"],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment