Skip to content

Instantly share code, notes, and snippets.

@ricardobarantini
Created September 4, 2017 02:24
Show Gist options
  • Select an option

  • Save ricardobarantini/f8bb183f81c3730d9ab964c03455cef0 to your computer and use it in GitHub Desktop.

Select an option

Save ricardobarantini/f8bb183f81c3730d9ab964c03455cef0 to your computer and use it in GitHub Desktop.

Revisions

  1. ricardobarantini created this gist Sep 4, 2017.
    34 changes: 34 additions & 0 deletions Preferences.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,34 @@
    {
    "always_show_minimap_viewport": true,
    "bold_folder_labels": true,
    "color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
    "font_face": "Roboto Mono",
    "font_options":
    [
    "gray_antialias",
    "subpixel_antialias"
    ],
    "font_size": 10,
    "ignored_packages":
    [
    "Vintage"
    ],
    "indent_guide_options":
    [
    "draw_normal",
    "draw_active"
    ],
    "line_padding_bottom": 6,
    "line_padding_top": 6,
    "material_theme_accent_red": true,
    "material_theme_accent_scrollbars": true,
    "material_theme_bold_tab": true,
    "material_theme_compact_sidebar": false,
    "material_theme_tabs_autowidth": true,
    "overlay_scroll_bars": "enabled",
    "save_on_focus_lost": false,
    "theme": "Material-Theme-Darker.sublime-theme",
    "translate_tabs_to_spaces": true,
    "trim_automatic_white_space": true,
    "word_wrap": false
    }