Notes: Sublime Text3 configuration
Save the configuration information of Sublime Text3 to avoid losing it next time. Configuration: { “font_size”: 21, // Set font size “word_wrap”: true, // Automatic line wrapping “update_check”: false, // disable update check “font_face”: “Courier New”, // Set font “highlight_modified_tabs”: true, // Highlight file modifications “create_window_at_startup”: false, // Cancel startup and automatically open a new window “open_files_in_new_window”: false, // Cancel the opening of the file and generate a new window “highlight_line”: true, // Highlight the current line “show_encoding”: true, // The encoding type is displayed in the lower right corner “open_files_in_new_window”: false, // Disable opening in a new window every time “caret_style”: “phase”, // Set the cursor flashing mode “line_padding_top”: 5, // Spacing on the line “line_padding_bottom”: 5, // Spacing under the line “fade_fold_buttons”: false, //Always display the code shrink icon “translate_tabs_to_spaces”: false // Use spaces instead of Tabs } ...