Skip to content

Instantly share code, notes, and snippets.

@jdriscoll
Created September 3, 2012 18:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdriscoll/3612221 to your computer and use it in GitHub Desktop.
Save jdriscoll/3612221 to your computer and use it in GitHub Desktop.
Sublime Text 2 User Prefs
{
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"*.pdf",
"*.epub",
"*.sqlite3",
"*.db"
],
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"create_window_at_startup": false,
"font_face": "Menlo",
"font_options":
[
"subpixel_antialias"
],
"font_size": 12,
"tab_size": 2,
"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