主要涉及Preferences.sublime-settings文件:
步骤:点击菜单Preferences 下拉选择 设置 用户 一项:
添加以下配置
下面是我的设置
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", //颜色方案
"font_face":"Droid Sans Mono", //字体
"font_size":10, //字体大小
"fade_fold_buttons": false, //是否显示折叠按钮
"word_wrap":true, //是否自动换行
"match_tags":true, //
"auto_match_enabled": false,
"update_check": false, //关闭自动更新检测
"word_wrap": true
}
设置2
{
"match_selection": true,
"match_tags": true,
"word_wrap": true,
"update_check":false, //关闭自动更新
"caret_style":"phase",//3059光标变得很粗的问题
"caret_extra_bottom":0,
"caret_extra_top":0,
"caret_extra_width":1,
"default_encoding": "UTF-8", //默认编码
"fade_fold_buttons": false,
"font_face": "Droid Sans Mono",
"font_size": 10.5,
"auto_match_enabled": false, //自动补全引号与括号
"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,
}