Skip to content

Instantly share code, notes, and snippets.

@corvine74
Created October 12, 2018 13:36
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/e087f5f22b8b4c6cfd4d540751987925 to your computer and use it in GitHub Desktop.
Save corvine74/e087f5f22b8b4c6cfd4d540751987925 to your computer and use it in GitHub Desktop.
{
"always_show_minimap_viewport": true,
"binary_file_patterns":
[
"*.ai",
"*.dds",
"*.eot",
"*.gif",
"*.ico",
"*.jar",
"*.jpg",
"*.jpeg",
"*.map",
"*.min.js",
"*.otf",
"*.pdf",
"*.png",
"*.psd",
"*.swf",
"*.tga",
"*.ttf",
"*.zip",
"_tmp/",
"*.DS_Store",
".sass-cache/",
"node_modules/",
"tmp/"
],
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 3,
"caret_style": "phase",
"color_inactive_tabs": true,
"color_scheme": "Packages/Theme - Afterglow/Afterglow-monokai.tmTheme",
"draw_minimap_border": true,
"file_exclude_patterns":
[
"*.ai",
"*.db",
"*.pdf",
"*.psd",
"*.sassc",
"*.scssc",
"*.sublime-project",
"*.sublime-workspace",
"*.zip",
"*.DS_Store",
"config.codekit"
],
"folder_exclude_patterns":
[
".bin",
".git",
".hg",
".sass-cache",
".svn",
"bin",
"CVS",
"tmp",
"wp-admin",
"wp-includes"
],
"font_face": "Monaco",
"font_size": 16,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active",
"draw_normal"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"match_brackets_angle": true,
"open_files_in_new_window": false,
"scroll_past_end": true,
"sidebar_row_padding_medium": true,
"sidebar_size_13": true,
"spell_check": true,
"status_bar_brighter": true,
"statusbar_size_13": true,
"tabs_medium": true,
"tabs_padding_medium": true,
"theme": "Afterglow-blue.sublime-theme",
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment