一聚教程网:一个值得你收藏的教程网站

热门教程

sublime text preference 配置文件

时间:2022-06-25 16:47:54 编辑:袖梨 来源:一聚教程网

mac 硬盘坏了,数据全没了。再次提醒了我,数据备份是多么重要。现在把sublime text的个人配置项给记录保存一份:

 代码如下 复制代码

{
    "color_scheme": "Packages/Theme - Flatland/Flatland Monokai.tmTheme",
    "default_encoding": "UTF-8",
    "fade_fold_buttons": true,
    "fold_buttons": true,
    "font_size": 14.0,
    "font_face": "Microsoft Yahei Mono",
    "font_face": "Monaco",
    "highlight_line": true,
    "ignored_packages":
    [
    ],
    "line_padding_top": 1,
    "line_padding_bottom": 1,
    "open_files_in_new_window": false,
    "tab_size": 4,
    "translate_tabs_to_spaces": false,
    "theme": "Soda Dark.sublime-theme",
    "use_simple_full_screen": true,
    "vintage_start_in_command_mode": true,
    "match_tags": true,
    "scroll_past_end": true,
    "wrap_width": 120,
    "word_wrap": true
}

热门栏目