[Sublime Text 個性配置: ASK 讓你的字體恢復正常?]

1.Sublime Text 字體和主題配置:(字體恢復正常 參考文章)

 

在Sublime Text  菜單 中點擊“Preference”(首選項)-> “Setting-User”(設置用戶)

全選原頁面代碼粘貼配置

{
    "color_scheme": "Packages/Color Scheme - Default/Breakers.tmTheme",
    "font_face": "Consolas",
    "font_size": 14,
    "dpi_scale": 1.0,
    "font_options": ["gdi"],
    "ignored_packages":
    [
        "Vintage",
        "Markdown"
    ],
    "tab_size": 4,
    "translate_tabs_to_spaces": true,
    // 刪除行尾空白符
    "trim_trailing_white_space_on_save": true,
    // 文件末尾插入空行
    "ensure_newline_at_eof_on_save": true
}

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章