美文网首页PHP
Sublime text 配置文件事例1

Sublime text 配置文件事例1

作者: bycall | 来源:发表于2016-08-19 16:48 被阅读10次

    {
    "auto_match_enabled": true,
    "bold_folder_labels": false,
    "caret_style": "smooth",
    "default_encoding": "UTF-8",
    "draw_centered": false,
    "font_face": "Consolas YaHei",
    "font_size": 11,
    "gutter": true,
    "highlight_line": true,
    "highlight_modified_tabs": false,
    "line_numbers": true,
    "line_padding_bottom": 1,
    "line_padding_top": 1,
    "match_brackets": true,
    "match_selection": true,
    "preview_on_click": true,
    "remember_open_files": true,
    "save_on_focus_lost": true,
    "scroll_past_end": true,
    "show_tab_close_buttons": true,
    "tab_completion": true,
    "tab_size": 4,
    "translate_tabs_to_spaces": false,
    "tree_animation_enabled": true,
    "update_check": false,
    "word_wrap": true
    }

    相关文章

      网友评论

        本文标题:Sublime text 配置文件事例1

        本文链接:https://www.haomeiwen.com/subject/ltbbsttx.html