美文网首页
sublime text 配置备份

sublime text 配置备份

作者: wlianfu | 来源:发表于2020-09-11 21:39 被阅读0次
{
    "block_caret": true,
    "caret_extra_bottom": 1,
    "caret_extra_top": 1,
    "caret_style": "solid",
    "font_face":
    [
        "Droid Sans Mono",
        "PingFang SC"
    ],
    "font_options":
    [
        "no_italic"
    ],
    "font_size": 11,
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "ignored_packages":
    [
        "**/node_modules"
    ],
    "line_padding_bottom": 0,
    "line_padding_top": 0,
    "scroll_past_end": false,
    "show_encoding": true,
    "tab_size": 2
}

相关文章

网友评论

      本文标题:sublime text 配置备份

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