Sublime Text3的Settings如何修改成长尾关键词?
- 内容介绍
- 文章标签
- 相关推荐
本文共计77个文字,预计阅读时间需要1分钟。
在Sublime Text中,以下是对设置项的简化版本:
json{ font_face: YaHei Consolas Hybrid, font_size: 12, highlight_line: true, save_on_focus_lost: true, show_encoding: true, trim_trailing_white_space_on_save: true, tab_size: 4, translate_tabs_to_space: true}
{ "font_face": "YaHei Consolas Hybrid", "font_size": 12, "highlight_line": true, "save_on_focus_lost": true, "show_encoding": true, "trim_trailing_white_space_on_save": true, "tab_size": 4, "translate_tabs_to_space": true, "word_wrap": false, "rulers": [80], "spell_check": false, "scroll_past_end": true, "draw_white_space": "all", "bold_folder_labels": true, "show_full_path": true, "ignored_packages": [ "Vintage" ] }
本文共计77个文字,预计阅读时间需要1分钟。
在Sublime Text中,以下是对设置项的简化版本:
json{ font_face: YaHei Consolas Hybrid, font_size: 12, highlight_line: true, save_on_focus_lost: true, show_encoding: true, trim_trailing_white_space_on_save: true, tab_size: 4, translate_tabs_to_space: true}
{ "font_face": "YaHei Consolas Hybrid", "font_size": 12, "highlight_line": true, "save_on_focus_lost": true, "show_encoding": true, "trim_trailing_white_space_on_save": true, "tab_size": 4, "translate_tabs_to_space": true, "word_wrap": false, "rulers": [80], "spell_check": false, "scroll_past_end": true, "draw_white_space": "all", "bold_folder_labels": true, "show_full_path": true, "ignored_packages": [ "Vintage" ] }

