Skip to content

Instantly share code, notes, and snippets.

@CurtisHumphrey
Last active October 15, 2018 15:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CurtisHumphrey/5952490 to your computer and use it in GitHub Desktop.
Save CurtisHumphrey/5952490 to your computer and use it in GitHub Desktop.
Sublime Text 3
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"font_options":
[
"gray_antialias"
],
"font_size": 10,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"jsoncomma_on_save": true,
"line_padding_bottom": 3,
"line_padding_top": 3,
"margin": 4,
"material_theme_accent_orange": true,
"material_theme_bold_tab": true,
"material_theme_contrast_mode": true,
"material_theme_panel_separator": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_autowidth": true,
"material_theme_tabs_separator": true,
"overlay_scroll_bars": "enabled",
"protected_regions":
[
"sublimelinter-error-gutter-marks",
"sublimelinter-warning-gutter-marks"
],
"rulers":
[
120
],
"show_definitions": false,
"show_tab_close_buttons": false,
"tab_size": 2,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment