Skip to content

Instantly share code, notes, and snippets.

@rhberro
Last active March 1, 2017 19:48
Show Gist options
  • Save rhberro/33fe29d8d6e21c86d64b397f9192e20b to your computer and use it in GitHub Desktop.
Save rhberro/33fe29d8d6e21c86d64b397f9192e20b to your computer and use it in GitHub Desktop.
My latest user sublime config.
{
"always_show_minimap_viewport": false,
"bold_folder_labels": true,
"caret_style": "solid",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"draw_minimap_border": false,
"draw_white_space": "all",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS"
],
"font_face": "RobotoMono",
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"font_size": 16,
"highlight_line": true,
"ignored_packages":
[
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 6,
"line_padding_top": 6,
"margin": 0,
"material_theme_accent_pink": true,
"material_theme_appbar_pink": true,
"material_theme_contrast_mode": true,
"material_theme_small_statusbar": true,
"material_theme_tree_headings": true,
"overlay_scroll_bars": "enabled",
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"rulers": [ 70, 100 ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment