Skip to content

Instantly share code, notes, and snippets.

@joselo
Created May 5, 2011 01:31
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 joselo/956360 to your computer and use it in GitHub Desktop.
Save joselo/956360 to your computer and use it in GitHub Desktop.
My default UserFilePreferences for Sublime2 Editor
{
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"file_exclude_patterns":
[
"*.png",
"*.gif",
".DS_Store",
".rspec",
"*sublime-project.sublime-project",
"config.ru",
"Gemfile.lock",
"Rakefile"
],
"folder_exclude_patterns":
[
".bundle",
".git",
".sass-cache",
"doc",
"log",
"script",
"tmp",
"vendor"
],
"font_face": "Monaco",
"font_size": 12,
"font_options":
[
"subpixel_antialias"
],
"highlight_line": true,
"line_numbers": true,
"side_bar_visible": false,
"tab_completion": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"word_wrap": false,
"show_tabs": false,
"status_bar_visible": false,
"show_minimap": false,
"draw_minimap_border": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment