Skip to content

Instantly share code, notes, and snippets.

@ybakos
Forked from mconnell/.profile
Created May 1, 2011 19:37
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 ybakos/950791 to your computer and use it in GitHub Desktop.
Save ybakos/950791 to your computer and use it in GitHub Desktop.
My Sublime Text 2 settings.
alias sublime='open -a "Sublime Text 2"'
# Preferences -> User File Preferences
{
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"font_face": "Monaco",
"font_size": 12,
"draw_white_space": "selection",
"trim_trailing_white_space_on_save": true,
"tab_size": 2,
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment