自己喜欢的编辑器字体设置

做程序员有一段时间了,也有自己的喜好,比如,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
}

posted @ 2014-12-25 18:14  suhanyujie  阅读(287)  评论(0编辑  收藏  举报