Sublime3 用户设置备份

安装的插件:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
1. Alignment
2. Autoprefixer
3. PySide
4. PyV8
5. SublimeLinter
6. SublimeTmpl
7. Terminal
8. Markdown Preview
9. Markdown Editing
10. SmartMarkdown
11. Pretty YAML
12. Python Flake8 Lint
13. SideBarEnhancements
14. SublimeCodeIntel
15. Git Config
16. GitStatus
17. Gitignore
18. Go to definition
19. GoToLastEdit
20. SublimeGit

Sublime3062 Windows 用户设置备忘:

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
29
30
31
32
33
34
35
36
37
{
"auto_complete_triggers":
[
{
"characters": " ",
"selector": "text.html"
}
],
"color_scheme": "Packages/User/Solarized (Light) (SL).tmTheme",
"default_line_ending": "unix",
"font_face": "Source Code Pro",
"font_size": 16,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Theme - Nil",
"RestructuredText",
"GoSublime",
"BracketHighlighter",
"Vintage",
"Markdown"
],
"soda_classic_tabs": true,
"soda_folder_icons": true,
"fade_fold_buttons": false,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"update_check": false,
"word_wrap": true,
"show_encoding": true,
"show_line_endings": true,
"ensure_newline_at_eof_on_save": true,
"draw_white_space": "all",
"always_show_minimap_viewport": true
}