-
Notifications
You must be signed in to change notification settings - Fork 0
/
Preferences.sublime-settings
108 lines (108 loc) · 2.09 KB
/
Preferences.sublime-settings
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"always_show_minimap_viewport": true,
"atomic_save": true,
"auto_complete": true,
"auto_find_in_selection": true,
"bold_folder_labels": true,
"bootstrapped": true,
"caret_extra_bottom": 0,
"caret_extra_top": 0,
"caret_extra_width": 0,
"close_windows_when_empty": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"draw_white_space": "all",
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace",
"stats.json",
".travis.yml",
"package-lock.json",
"npm-debug.log"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules",
"bower_components",
".DS_Store",
".gitignore",
"*.psd",
"dist",
"build",
"coverage"
],
"font_face": "Source Code Pro Light",
"font_options":
[
"subpixel_antialias"
],
"font_size": 14,
"highlight_color_blue": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Markdown",
"MarkdownPreview",
"Vintage"
],
"in_process_packages":
[
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_to_bracket": true,
"installed_packages":
[
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"match_brackets": false,
"match_brackets_angle": false,
"match_brackets_braces": false,
"match_brackets_content": false,
"match_brackets_square": false,
"match_tags": false,
"material_theme_appbar_green": true,
"material_theme_panel_separator": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_separator": true,
"material_theme_tree_headings": true,
"overlay_scroll_bars": "enabled",
"save_on_focus_lost": false,
"scroll_past_end": true,
"scroll_speed": 0,
"tab_height_tall": false,
"tab_size": 2,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": false,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}