-
Notifications
You must be signed in to change notification settings - Fork 6
sublime Text3 setting User
CodeDreamfy edited this page Jul 22, 2016
·
1 revision
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"theme": "Material-Theme-Darker.sublime-theme",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"material_theme_tree_headings": true ,
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"font_face": "Yahei Consolas Hybrid",
"font_options":
[
"gray_antialias"
],
"font_size": 14,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"overlay_scroll_bars": "enabled",
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}