Skip to content

Instantly share code, notes, and snippets.

@apostololeg
Created July 10, 2017 10:24
Show Gist options
  • Save apostololeg/fab191ff1b4218a9303766c997ef193e to your computer and use it in GitHub Desktop.
Save apostololeg/fab191ff1b4218a9303766c997ef193e to your computer and use it in GitHub Desktop.
{
"always_show_minimap_viewport": true,
"auto_indent": true,
"bold_folder_labels": true,
"close_sidebar_if_opened": false,
"color_scheme": "Packages/User/SublimeLinter/Juicy (SL).tmTheme",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"font_face": "Menlo",
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"font_size": 15.0,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"material_theme_accent_cyan": true,
"material_theme_compact_panel": true,
"material_theme_compact_sidebar": true,
"material_theme_small_tab": true,
"overlay_scroll_bars": "enabled",
"rulers":
[
80,
120
],
"save_on_focus_lost": true,
"show_definitions": false,
"smart_indent": true,
"tab_size": 4,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false,
"binary_file_patterns": ["node_modules/"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment