Skip to content

Instantly share code, notes, and snippets.

@bbengfort
Created September 30, 2013 18:41
Show Gist options
  • Save bbengfort/6768182 to your computer and use it in GitHub Desktop.
Save bbengfort/6768182 to your computer and use it in GitHub Desktop.
Ben's sublime preferences as of 9/30/2013
{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"caret_style": "solid",
"color_scheme": "Packages/User/Monokai Soda.tmTheme",
"create_window_at_startup": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store",
"*.pyc",
"*.swp"
],
"folder_exclude_patterns":
[
".bundle",
".git",
"tmp"
],
"font_face": "Courier Prime",
"font_options":
[
"subpixel_antialias"
],
"font_size": 13.0,
"highlight_line": true,
"higlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 2,
"line_padding_top": 1,
"phoenix_color_blue": true,
"phoenix_color_expanded_folder": true,
"phoenix_eighties": true,
"phoenix_highlight_current_tab": true,
"phoenix_tabs_small": true,
"scroll_past_end": true,
"soda_classic_tabs": true,
"soda_folder_icons": true,
"tab_size": 4,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_wrap": true,
"rulers": [75]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment