我的sublime text3 配置文件设置

{
"ignored_packages":
[
"Vintage"
], //vim模式
"line_padding_bottom": 2,
"line_padding_top": 2, //上下行距
"open_files_in_new_window": false, //多窗口
"tab_size": 2, //tab缩进
"translate_tabs_to_spaces": true,
"update_check": false, //更新检查
"word_wrap": false,//自动换行
"color_scheme": "Packages/Color Scheme - Default/IDLE.tmTheme",
"default_encoding": "UTF-8", //默认编码格式
"show_encoding": true, //显示文件编码
"font_size": 14, //字体大小
"highlight_line": true,//高亮显示编辑行
"trim_trailing_white_space_on_save": true //保存时去掉每行最后的空格
}

原文地址:https://www.cnblogs.com/laayoune/p/5261386.html