Skip to content

Instantly share code, notes, and snippets.

@bry4n
Created July 2, 2013 20:05
Show Gist options
  • Save bry4n/5912639 to your computer and use it in GitHub Desktop.
Save bry4n/5912639 to your computer and use it in GitHub Desktop.
{
"auto_complete": false,
"close_windows_when_empty": false,
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme",
"draw_white_space": "all",
"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": 13.0,
"git_gutter_live_mode": false,
"highlight_line": true,
"ignored_packages":
[
"SublimeLinter",
"SublimeCodeIntel"
],
"rulers":
[
72,
79
],
"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