Sublime Text 3 basic configuration

Source: Internet
Author: User


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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.