Skip to content

Instantly share code, notes, and snippets.

@mimikadze
Created November 4, 2016 12:30
Show Gist options
  • Save mimikadze/6b2e66082b79a913596975045fc8cfc5 to your computer and use it in GitHub Desktop.
Save mimikadze/6b2e66082b79a913596975045fc8cfc5 to your computer and use it in GitHub Desktop.
My sublime settings
{
"always_show_minimap_viewport": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"font_options":
[
"gray_antialias"
],
"font_size": 13,
"ignored_packages":
[
"RuboCop",
"Vintage"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": true,
"material_theme_panel_separator": true,
"material_theme_small_tab": true,
"overlay_scroll_bars": "enabled",
"tab_size": 2,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"caret_style": "phase"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment