Skip to content

Instantly share code, notes, and snippets.

@digicase
Last active December 28, 2015 18:49
Show Gist options
  • Save digicase/7545757 to your computer and use it in GitHub Desktop.
Save digicase/7545757 to your computer and use it in GitHub Desktop.
{
"auto_complete:": true,
"auto_complete_commit_on_tab": true,
"close_windows_when_empty": false,
"color_scheme": "Packages/User/Espresso Soda.tmTheme",
"draw_white_space": "all",
"find_selected_text": true,
"fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS"
],
"font_face": "Ubuntu Mono",
"font_options":
[
"subpixel_antialias"
],
"font_size": 13.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
72,
79
],
"scroll_past_end": true,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_whitespace_on_save": false,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment