Skip to content

Instantly share code, notes, and snippets.

@corvine74
Created August 12, 2016 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save corvine74/c3a2b103f306a62848f572036724960f to your computer and use it in GitHub Desktop.
Save corvine74/c3a2b103f306a62848f572036724960f to your computer and use it in GitHub Desktop.
{
"added_words":
[
"don’t",
"you’re",
"we’ll",
"you’ll",
"online",
"inline",
"blockquote",
"blockquotes",
"hasn’t",
"can’t",
"versioning",
"codebase"
],
"afn_insert_dimensions": false,
"auto_complete": true,
"auto_complete_commit_on_tab": false,
"auto_indent": true,
"binary_file_patterns":
[
".DS_Store",
"node_modules/",
"tmp/",
"*.png",
"*.psd",
"*.ai",
"*.min.js",
"tmp/",
"_tmp/"
],
"bold_folder_labels": true,
"caret_extra_bottom": 3,
"caret_extra_top": 3,
"caret_extra_width": 2,
"caret_style": "phase",
"close_windows_when_empty": true,
"codeintel_tooltips": "popup",
"color_scheme": "Packages/Theme - Afterglow/Afterglow.tmTheme",
"detect_indentation": false,
"detect_slow_plugins": false,
"dictionary": "Packages/Language - English/en_US.dic",
"draw_centered": false,
"draw_minimap_border": true,
"draw_white_space": "selection",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"extend_env":
{
"PATH": "/usr/local/bin"
},
"fade_fold_buttons": false,
"file_exclude_patterns":
[
"*.sublime-workspace",
".gitattributes",
".gitignore",
".travis.yml",
".verbrc.md",
".DS_Store"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".git",
".svn",
".sass-cache",
"_tmp"
],
"font_face": "Monaco",
"font_options":
[
"subpixel_antialias"
],
"font_size": 14.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"CSS",
"Markdown",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"margin": 4,
"open_files_in_new_window": false,
"origami_auto_zoom_on_focus": false,
"preview_on_click": false,
"remember_open_files": true,
"rulers":
[
110
],
"scroll_past_end": true,
"show_full_path": true,
"show_tab_close_buttons": true,
"sidebar_row_padding_medium": true,
"sidebar_size_14": true,
"spell_check": true,
"tab_completion": true,
"tab_size": 2,
"tabs_medium": true,
"tabs_padding_medium": true,
"theme": "Afterglow.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": false,
"use_tab_stops": true,
"wide_caret": true,
"word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]{}~?",
"word_wrap": true,
"wrap_width": 90
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment