Skip to content

Instantly share code, notes, and snippets.

@scottbaggett
Created August 17, 2015 18:01
Show Gist options
  • Select an option

  • Save scottbaggett/bc56990707d3fbbff25c to your computer and use it in GitHub Desktop.

Select an option

Save scottbaggett/bc56990707d3fbbff25c to your computer and use it in GitHub Desktop.
{
"binary_file_patterns":
[
"dist/**/*",
"node_modules/**/*",
"fabricator"
],
"caret_extra_width": 1,
"close_windows_when_empty": false,
"color_scheme": "Packages/User/SublimeLinter/sb-nightwatch (SL).tmTheme",
"copy_with_empty_selection": false,
"detect_indentation": true,
"drag_text": false,
"draw_indent_guides": true,
"draw_minimap_border": true,
"email": "hello@scottbaggett.com",
"file_exclude_patterns":
[
".DS_Store",
".sassc",
".scssc",
"*.css.sassc",
"*.css.scssc",
".gitkeep",
".keep",
".bundle"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
".bundle",
".sass-cache",
"CVS",
"tmp/cache",
".forge",
".divshot-cache",
".tmp"
],
"font_face": "Monaco",
"font_size": 15,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"match_brackets_content": false,
"match_selection": false,
"match_tags": false,
"minimap_scroll_to_clicked_text": true,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"preview_on_click": true,
"product_key": "52ca2ce2b1ca5fad74cac2786fcafa96",
"rulers":
[
80
],
"shift_tab_unindent": true,
"show_full_path": false,
"tab_completion": true,
"tab_size": 2,
"theme": "Reverse Gravity.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