Sublime Text Preference
{ | |
// Material Theme | |
"theme": "Material-Theme.sublime-theme", | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
"overlay_scroll_bars": "enabled", | |
"line_padding_top": 3, | |
"line_padding_bottom": 3, | |
//"font_options": [ "gray_antialias" ], // On retina Mac | |
"always_show_minimap_viewport": true, | |
"bold_folder_labels": true, | |
"font_face": "Source Han Code JP", | |
"font_size": 12.0, | |
"highlight_line": true, | |
"auto_complete": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"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