Skip to content

Instantly share code, notes, and snippets.

@electric380v
Created January 15, 2019 09:13
Show Gist options
  • Save electric380v/3f0074306d642d3cb38e1613d1efbbc2 to your computer and use it in GitHub Desktop.
Save electric380v/3f0074306d642d3cb38e1613d1efbbc2 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"always_show_minimap_viewport": true,
"auto_complete": false,
"bold_folder_labels": true,
// "color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"fold_buttons": false,
"font_options":
[
"gray_antialias"
],
"font_size": 13,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"margin": 2,
"material_theme_compact_panel": true,
"material_theme_compact_sidebar": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"overlay_scroll_bars": "enabled",
"show_definitions": false,
"tab_size": 4,
"theme": "Default.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": "false"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment