Created
September 1, 2016 13:51
-
-
Save marcospgp/6638068cde40aa34ed47d5718ab63b1f to your computer and use it in GitHub Desktop.
User preferences for better readability on sublime text 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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