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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
{
"added_words":
[
"bearbeitbar"
],
"alignment_chars":
[
"=",
",",
"(",
")",
" "
],
"always_show_minimap_viewport": true,
"auto_complete_commit_on_tab": true,
"auto_indent": true,
"auto_match_enabled": true,
"caret_extra_bottom": 1,
"caret_extra_top": 1,
"caret_extra_width": 1,
"caret_style": "blink",
"color_scheme": "Packages/base16-textmate/Themes/base16-eighties.tmTheme",
"detect_indentation": false,
"dictionary": "Packages/Language - English/en_US.dic",
"draw_minimap_border": false,
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"figlet_font": "1943____",
"font_face": "DejaVu Sans Mono",
"font_options":
[
"gray_antialias"
],
"font_size": 11,
"highlight_line": true,
"highlight_modified_tab": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"0_package_control_loader",
"SideBarEnhancements",
"Vintage",
"Vintageous",
"WordHighlight",
"Xdebug Client"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"match_brackets": true,
"match_brackets_content": true,
"match_selection": true,
"material_theme_small_tab": true,
"rulers":
[
80,
120
],
"save_on_focus_lost": true,
"scroll_speed": 2,
"tab_completion": true,
"theme": "Adaptive.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?"
}
|