标签:
{
//字体
"font_face": "Consolas",
//字号
"font_size": 11,
//高亮
"highlight_line": true,
//行高
"line_padding_bottom": 2,
"line_padding_top": 2,
//双击选择隔断
"word_separators": "./\\()\"‘:,.;<>~!@#$%^&*|+=[]{}`~?",
//保存时删除行末空格
"trim_trailing_white_space_on_save": true,
//保存时另起一行
"ensure_newline_at_eof_on_save": true,
//失焦保存
"save_on_focus_lost": true,
//只通过tab选择代码提示
"auto_complete_commit_on_tab": true,
}
标签:
原文地址:http://my.oschina.net/hiYoHoo/blog/490562