Skip to content

Instantly share code, notes, and snippets.

@jedrichards
Created November 24, 2012 20:09
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 jedrichards/4141229 to your computer and use it in GitHub Desktop.
Save jedrichards/4141229 to your computer and use it in GitHub Desktop.
Sublime Text 2 User Settings
{
"auto_complete_delay": 0,
"caret_style": "blink",
"color_scheme": "Packages/Color Scheme - Default/Sunburst.tmTheme",
"find_selected_text": true,
"fold_buttons": false,
"font_face": "Ubuntu Mono",
"font_options":
[
"no_bold",
"no_italic"
],
"font_size": 14,
"highlight_modified_tabs": true,
"margin": 0,
"open_files_in_new_window": false,
"rulers":
[
80
],
"show_full_path": true,
"tab_size": 4,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"tree_animation_enabled": false,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment