Skip to content

Instantly share code, notes, and snippets.

@seanders
Created March 31, 2014 07:17
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 seanders/9886967 to your computer and use it in GitHub Desktop.
Save seanders/9886967 to your computer and use it in GitHub Desktop.
{
"auto_complete_commit_on_tab": true,
"auto_match_enabled": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_size": 12.0,
// "font_face": "Consolas Big",
"caret_style": "phase",
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"fade_fold_buttons": false,
"bold_folder_labels": true,
"highlight_line": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"ignored_packages":
[
"Vintage"
],
"save_on_focus_lost": true,
"scroll_past_end": true,
"soda_classic_tabs": true,
"soda_folder_icons": true,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": 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