It mainly involves the Preferences. sublime-settings file:
Step: click the Preferences drop-down menu to set a user item:
Add the following configurations
Below is my settings
{
"Color_scheme": "Packages/Color Scheme-Default/Monokai. tmTheme", // Color Scheme
"Font_face": "Droid Sans Mono", // font
"Font_size": 10, // font size
"Fade_fold_buttons": false, // whether to display the hide button
"Word_wrap": true, // whether to wrap automatically
"Match_tags": true ,//
"Auto_match_enabled": false,
"Update_check": false, // disable automatic update detection
"Word_wrap": true
}
Set 2
{
"Match_selection": true,
"Match_tags": true,
"Word_wrap": true,
"Update_check": false, // disable automatic update
"Caret_style": "phase", // 3059 the cursor becomes very rough
"Caret_extra_bottom": 0,
"Caret_extra_top": 0,
"Caret_extra_width": 1,
"Default_encoding": "UTF-8", // default encoding
"Fade_fold_buttons": false,
"Font_face": "Droid Sans Mono ",
"Font_size": 10.5,
"Auto_match_enabled": false, // auto-enclose quotation marks and parentheses
"Highlight_line": true,
"Highlight_modified_tabs": true,
"Soda_classic_tabs": true,
"Soda_folder_icons": true,
"Tab_size": 4,
"Translate_tabs_to_spaces": true,
"Trim_trailing_white_space_on_save": true,
}
This article is from the "hnllyrp" blog, please be sure to keep this source http://hnllyrp.blog.51cto.com/2149641/1572818
Sublime Text 3 basic configuration