Skip to content

Instantly share code, notes, and snippets.

@jstoudt
Created August 22, 2012 20:41
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 jstoudt/3429139 to your computer and use it in GitHub Desktop.
Save jstoudt/3429139 to your computer and use it in GitHub Desktop.
My Sublime Text 2 User Preferences File
{
"auto_complete_commit_on_tab": true,
"auto_match_enabled": false,
"caret_style": "phase",
"color_scheme": "Packages/User/Monokai Soda.tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_face": "Inconsolata",
"font_size": 11,
"font_options": ["subpixel_antialias"],
"highlight_line": true,
"highlight_modified_tabs": true,
"margin": 0,
"rulers": [80],
"theme": "Soda Dark.sublime-theme",
"soda_classic_tabs": true,
"bold_folder_labels": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment