Skip to content

Instantly share code, notes, and snippets.

@tomrishworth
Last active August 29, 2015 14:17
Show Gist options
  • Save tomrishworth/30c701c1e10d4bc3a729 to your computer and use it in GitHub Desktop.
Save tomrishworth/30c701c1e10d4bc3a729 to your computer and use it in GitHub Desktop.
{
"always_show_minimap_viewport": true,
"auto_complete_delay": 0,
"auto_complete_selector": "source - comment, meta.tag - punctuation.definition.tag.begin",
"auto_find_in_selection": true,
"binary_file_patterns":
[
".sass-cache/*"
],
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Predawn/predawn.tmTheme",
"folder_exclude_patterns":
[
".svn",
".hg",
"CVS"
],
"font_face": "Source Code Pro",
"font_options":
[
"no_round"
],
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"open_files_in_new_window": false,
"preview_on_click": false,
"show_full_path": true,
"tab_size": 2,
"theme": "predawn.sublime-theme",
"translate_tabs_to_spaces": true,
"tree_animation_enabled": false,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment