Skip to content

Instantly share code, notes, and snippets.

@Bridn
Created May 28, 2016 23:05
Show Gist options
  • Save Bridn/0d8a64bd1938f375eeca342da91faeca to your computer and use it in GitHub Desktop.
Save Bridn/0d8a64bd1938f375eeca342da91faeca to your computer and use it in GitHub Desktop.
{
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker-OceanicNext.tmTheme",
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"on_pre_save_language":
[
{
"command": "css_comb"
},
{
"command": "delete_trailing_spaces"
}
],
"theme": "Material-Theme-Darker.sublime-theme",
"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" ] // On retina Mac
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment