Skip to content

Instantly share code, notes, and snippets.

@marcospgp
Created September 1, 2016 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcospgp/6638068cde40aa34ed47d5718ab63b1f to your computer and use it in GitHub Desktop.
Save marcospgp/6638068cde40aa34ed47d5718ab63b1f to your computer and use it in GitHub Desktop.
User preferences for better readability on sublime text 3
{
"atomic_save": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"font_size": 10,
"ignored_packages":
[
"Vintage"
],
"spacegray_tabs_xlarge": true,
"theme": "Material-Theme.sublime-theme",
"material_theme_compact_sidebar": true,
"trim_trailing_white_space_on_save": true,
"font_options": [ "gray_antialias", "subpixel_antialias" ], // On retina Mac & Windows
"indent_guide_options": [ "draw_normal", "draw_active" ], // Highlight active indent
"line_padding_bottom": 1,
"line_padding_top": 1,
"overlay_scroll_bars": "enabled"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment