Skip to content

Instantly share code, notes, and snippets.

@gokulkrishh
Last active October 18, 2016 12:53
Show Gist options
  • Save gokulkrishh/80edf0777713143e9d2d2ee9cc04f6d6 to your computer and use it in GitHub Desktop.
Save gokulkrishh/80edf0777713143e9d2d2ee9cc04f6d6 to your computer and use it in GitHub Desktop.
{
"always_show_minimap_viewport": true,
"auto_complete": true,
"bold_folder_labels": false,
"caret_extra_width": 2,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules",
"scss",
"zip",
"bower_components"
],
"font_options":
[
"subpixel_antialias"
],
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_guides_enabled": true,
"line_padding_bottom": 3,
"line_padding_top": 3,
"material_theme_accent_sky": true,
"material_theme_arrow_folders": true,
"material_theme_bold_tab": false,
"material_theme_bullet_tree_indicator": true,
"material_theme_contrast_mode": true,
"material_theme_panel_separator": true,
"material_theme_small_tab": true,
"material_theme_tabs_separator": true,
"material_theme_tree_headings": true,
"overlay_scroll_bars": "enabled",
"rulers":
[
90
],
"tab_size": 2,
"theme": "Material-Theme-Darker.sublime-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment