以下为用户配置(sublime3):
{
"always_show_minimap_viewport": false,
"bold_folder_labels": true,
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"fade_fold_buttons": false,
"fold_buttons": true,
"font_face": "宋体",
"font_options":
[
"gray_antialias"
],
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"index_files": false,
"line_padding_bottom": 3,
"line_padding_top": 3,
"overlay_scroll_bars": "enabled",
"shift_tab_unindent": true,
"show_encoding": true,
"show_line_endings": true,
"show_tab_close_buttons": false,
"tab_size": 4,
"theme": "Default.sublime-theme",
"trim_trailing_white_space_on_save": true,
"update_check": false,
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?",
"word_wrap": true,
// 以下是低版本加上去的
"auto_complete_commit_on_tab": false,
"auto_complete_with_fields": true,
"default_line_ending": "unix",
"update": false,
"fallback_encoding": "UTF-8"
}
|