Skip to content

Instantly share code, notes, and snippets.

@dimitrov
Created January 13, 2014 10:14
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 dimitrov/8397691 to your computer and use it in GitHub Desktop.
Save dimitrov/8397691 to your computer and use it in GitHub Desktop.
{
"color_scheme": "Packages/User/Tomorrow-Night (SL).tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"_build",
"dist",
"build",
"site"
],
"font_face": "Ubuntu Mono",
"font_options":
[
"subpixel_antialias"
],
"font_size": 12.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
72,
79
],
"theme": "Soda Dark.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