Skip to content

Instantly share code, notes, and snippets.

@mtchavez
Last active December 14, 2015 15:08
Show Gist options
  • Save mtchavez/5105075 to your computer and use it in GitHub Desktop.
Save mtchavez/5105075 to your computer and use it in GitHub Desktop.
Sublime Text 2 Preferences
{
"auto_complete_commit_on_tab": false,
"auto_indent": true,
"bold_folder_labels": true,
"close_windows_when_empty": false,
"color_scheme": "Packages/Solarized Color Scheme/Solarized (dark).tmTheme",
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"fold_buttons": true,
"folder_exclude_patterns":
[
".git"
],
"font_face": "Monaco",
"font_options":
[
"subpixel_antialias"
],
"font_size": 13.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_numbers": true,
"open_files_in_new_window": true,
"rulers":
[
80
],
"save_on_focus_lost": true,
"scroll_past_end": true,
"tab_size": 2,
"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