Skip to content

Instantly share code, notes, and snippets.

@darshilv
Created April 2, 2016 19:41
Show Gist options
  • Save darshilv/fb07b140148ee7cb129b31f9d59d6ae7 to your computer and use it in GitHub Desktop.
Save darshilv/fb07b140148ee7cb129b31f9d59d6ae7 to your computer and use it in GitHub Desktop.
{
"ignored_packages":
[
"Vintage"
],
"theme": "Material-Theme-Darker.sublime-theme",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"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" ], // Highlight active indent
"font_options": [ "gray_antialias" ], // F
"font_size": 16,
// The number of spaces a tab is considered equal to
"tab_size": 4,
// Set to true to insert spaces when tab is pressed
"translate_tabs_to_spaces": true,
// Makes tabs with modified files more visible
"highlight_modified_tabs": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment