标签:
做程序员有一段时间了,也有自己的喜好,比如,sublime编辑器,就很喜欢以下这种设置的字体:
{
"auto_close_tags": true,
"auto_complete": true,
"auto_match_enabled": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme",
//"font_face": "Verdana",
"font_face": "Consolas",
"font_size": 12,
"caret_style": "phase",
"highlight_line": true,
"ignored_packages":
[
""
],
"tab_completion": true,
"tab_size": 4,
"update_check": true,
"word_wrap": true
}
标签:
原文地址:http://www.cnblogs.com/ishenghuo/p/4185270.html