Skip to content

Instantly share code, notes, and snippets.

@mvoto
Last active December 21, 2015 01:18
Show Gist options
  • Save mvoto/6226235 to your computer and use it in GitHub Desktop.
Save mvoto/6226235 to your computer and use it in GitHub Desktop.
Sublime Text User Prefs
{
"theme": "Material-Theme-Darker.sublime-theme",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
// "theme": "SoDaReloaded.sublime-theme",
// "color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme",
// For Material theme improvement
"overlay_scroll_bars": "enabled",
"line_padding_top": 1,
"line_padding_bottom": 1,
"font_options": [ "gray_antialias" ], // On retina Mac
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"detect_indentation": true,
"ensure_newline_at_eof_on_save": true,
"font_size": 12.0,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"rulers":
[
90
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment