Skip to content

Instantly share code, notes, and snippets.

@zokioki
Created April 28, 2015 06:32
Show Gist options
  • Save zokioki/3116484d69c777f8ca8d to your computer and use it in GitHub Desktop.
Save zokioki/3116484d69c777f8ca8d to your computer and use it in GitHub Desktop.
SublimeText 3 Preferences
{
"ignored_packages":
[
"Vintage"
],
"theme": "Spacegray Eighties.sublime-theme",
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night-Eighties.tmTheme",
"highlight_line": true,
"font_size": 16.0,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
// exclude from GoTo results and search, without removing from sidebar
"binary_file_patterns":
[
"*.DS_store",
"*.cur",
"*.eot",
"*.gem",
"*.gif",
"*.gz",
"*.jar",
"*.jpeg",
"*.jpg",
"*.log",
"*.pdf",
"*.png",
"*.psd",
"*.sassc",
"*.scssc",
"*.svg",
"*.ttf",
"*.woff",
"*.xap",
"*.zip"
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment