Skip to content

Instantly share code, notes, and snippets.

@jbrooksuk
Created November 22, 2012 12:30
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 jbrooksuk/4130954 to your computer and use it in GitHub Desktop.
Save jbrooksuk/4130954 to your computer and use it in GitHub Desktop.
Sublime Text 2 Settings
{
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow.tmTheme",
"draw_white_space": "selection",
"file_exclude_patterns":
[
".DS_Store",
".gitkeep",
".smb*"
],
"folder_exclude_patterns":
[
"tmp",
".git"
],
"font_face": "Monaco",
"font_options":
[
"subpixel_antialias"
],
"font_size": 14.0,
"theme": "Soda Light.sublime-theme",
"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