Skip to content

Instantly share code, notes, and snippets.

@mtchavez
Last active December 24, 2015 04:39
Show Gist options
  • Save mtchavez/6745777 to your computer and use it in GitHub Desktop.
Save mtchavez/6745777 to your computer and use it in GitHub Desktop.
Sublime Settings
{
"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",
"find_selected_text": true,
"fold_buttons": true,
"folder_exclude_patterns":
[
".git"
],
"font_face": "Monaco",
"font_options":
[
"subpixel_antialias"
],
"font_size": 12.0,
"highlight_line": false,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_numbers": true,
"open_files_in_new_window": true,
"save_on_focus_lost": true,
"tab_size": 2,
"theme": "Default.sublime-theme",
"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