Skip to content

Instantly share code, notes, and snippets.

@hinti
Created September 23, 2012 07:58
Show Gist options
  • Save hinti/3769265 to your computer and use it in GitHub Desktop.
Save hinti/3769265 to your computer and use it in GitHub Desktop.
Sublime Text 2 User Preferences
{
"color_scheme": "Packages/User/Tomorrow-Night.tmTheme",
"font_size": 12.0,
"theme": "Soda Dark.sublime-theme",
"draw_white_space": "all",
"auto_complete_commit_on_tab": true,
"fold_buttons": false,
"highlight_line": false,
"rulers": [
120
],
"create_window_at_startup": false,
"tab_size": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment