Skip to content

Instantly share code, notes, and snippets.

@markovic131
Last active February 25, 2016 13:03
Show Gist options
  • Save markovic131/b5889503a098546b829a to your computer and use it in GitHub Desktop.
Save markovic131/b5889503a098546b829a to your computer and use it in GitHub Desktop.
{
"always_show_minimap_viewport": true,
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"storage/",
"bower_components/",
"node_modules/",
"vendor/"
],
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache"
],
"font_face": "Ubuntu Mono",
"font_options":
[
"bold"
],
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 5,
"line_padding_top": 5,
"overlay_scroll_bars": "enabled",
"show_panel_on_build": false,
"tab_size": 4,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment