Skip to content

Instantly share code, notes, and snippets.

@alenabdula
Created November 21, 2016 22:21
Show Gist options
  • Save alenabdula/7268850c2164d35c221f4365973f6333 to your computer and use it in GitHub Desktop.
Save alenabdula/7268850c2164d35c221f4365973f6333 to your computer and use it in GitHub Desktop.
{
"ignored_packages":["Vintage"],
"overlay_scroll_bars": "enabled",
"line_padding_top": 3,
"line_padding_bottom": 3,
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"indent_guide_options": [ "draw_normal", "draw_active" ],
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"theme": "Material-Theme.sublime-theme",
"font_face": "InputSerif",
"font_size": 11,
"spell_check": true,
"translate_tabs_to_spaces": true,
"word_wrap": true,
"highlight_line": true,
"caret_extra_top": 1,
"caret_extra_bottom": 1,
"caret_extra_width": 2,
"line_padding_top": 6,
"line_padding_bottom": 6,
"drag_text": false,
"scroll_speed": 2.0,
"highlight_modified_tabs": true,
"bold_folder_labels": true,
"preview_on_click": false,
"folder_exclude_patterns": ["node_modules", "vendor"],
"material_theme_accent_yellow": true,
"material_theme_bold_tab": true,
"material_theme_compact_panel": true,
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": true,
"material_theme_disable_fileicons": true,
"material_theme_arrow_folders": true,
"material_theme_big_fileicons": true,
"material_theme_disable_folder_animation": true,
"material_theme_disable_tree_indicator": true,
"material_theme_bullet_tree_indicator": true,
"material_theme_panel_separator": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_bright_scrollbars": true,
"material_theme_accent_scrollbars": true,
"material_theme_tabs_autowidth": true,
"material_theme_tabs_separator": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment