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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"auto_complete": true,
"color_scheme": "Packages/Theme - itg.flat/itg.dark.tmTheme",
"default_encoding": "UTF-8",
"default_line_ending": "system",
"detect_slow_plugins": false,
"fade_fold_buttons": true,
"fold_buttons": true,
"font_face": "Monaco",
"font_size": 15.0,
"highlight_line": true,
"ignored_packages":
[
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"match_tags": true,
"open_files_in_new_window": false,
"scroll_past_end": true,
"tab_size": 4,
"theme": "CenturionLight.sublime-theme",
"translate_tabs_to_spaces": true,
"use_simple_full_screen": true,
"vintage_start_in_command_mode": true,
"word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?",
"word_wrap": true,
"wrap_width": "Automatic"
}

本文地址 https://laoona.com/post/44370387.html