-
Notifications
You must be signed in to change notification settings - Fork 0
/
Preferences.sublime-settings
62 lines (62 loc) · 1.17 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
{
"added_words":
[
"antialiasing",
"podcast",
"autocomplete",
"screenshot"
],
"color_scheme": "Packages/User/Color Scheme - Custom/Cool Grey City.tmTheme",
"detect_indentation": false,
"detect_slow_plugins": true,
"dictionary": "Packages/Language - English/en_US.dic",
"draw_white_space": "none",
"file_exclude_patterns":
[
"*.svn",
"*.hg",
"CVS",
"*tmp/cache",
"*._*",
".*",
"*.DS_Store"
],
"folder_exclude_patterns":
[
".sass-cache",
".svn",
".git",
".*"
],
"font_face": "Jetbrains Mono",
"font_size": 15,
"gpu_window_buffer": false,
"gravity_highlight_color_blue": true,
"gravity_sidebar_header": false,
"gravity_tab_font_small": false,
"gravity_tab_height_short": true,
"gravity_tab_height_tall": false,
"gravity_title_bar": true,
"highlight_line": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"ignored_words":
[
"Spacegray",
"directwrite",
"dlig",
"liga"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"scroll_past_end": true,
"spell_check": true,
"tab_size": 4,
"tabs_large": true,
"theme": "Reverse Gravity.sublime-theme",
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}