Skip to content

Instantly share code, notes, and snippets.

@johanhammar
Created October 8, 2012 11:36
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 johanhammar/3852055 to your computer and use it in GitHub Desktop.
Save johanhammar/3852055 to your computer and use it in GitHub Desktop.
Sublime Text 2 settings
{
"color_scheme": "Packages/TomorrowTheme/Tomorrow-Night.tmTheme",
"draw_white_space": "all",
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"_build",
"dist",
"build",
"site"
],
//"font_face": "Ubuntu Mono",
"font_face": "Source Code Pro",
"font_options":
[
"subpixel_antialias",
"no_round" // For Mac?
],
"font_size": 11,
"highlight_line": true,
"highlight_modified_tabs": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment