Skip to content

Instantly share code, notes, and snippets.

@frank-who
Created March 21, 2012 17:56
Show Gist options
  • Save frank-who/2150281 to your computer and use it in GitHub Desktop.
Save frank-who/2150281 to your computer and use it in GitHub Desktop.
{
"auto_complete": false,
"close_windows_when_empty": false,
"color_scheme": "Packages/Solarized/Solarized (dark).tmTheme",
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": true,
"find_selected_text": true,
"fold_buttons": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS"
],
"font_face": "Inconsolata",
"font_options": ["subpixel_antialias"],
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages": [],
"rulers": [72, 79],
"save_on_focus_lost": true,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": 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