-
Notifications
You must be signed in to change notification settings - Fork 1
/
Preferences.sublime-settings
118 lines (118 loc) · 2.51 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
109
110
111
112
113
114
115
116
117
118
{
"bold_folder_labels": true,
"caret_extra_bottom": 0,
"caret_extra_top": 0,
"caret_extra_width": 2,
"caret_style": "phase",
"close_windows_when_empty": true,
"color_scheme": "Packages/Materialize/schemes/Material Twilight.tmTheme",
"detect_indentation": false,
"dictionary": "Packages/Language - English/en_GB.dic",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"env":
{
"PATH": "/Users/ed/.asdf/shims",
},
"fade_fold_buttons": false,
"file_exclude_patterns":
[
".DS_Store",
".tags*",
".gemtags",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.log",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
"*.class",
"*.psd",
"*.db",
"*.pdf",
".rake_tasks~",
"development_structure.sql",
"structure.sql",
"*.sublime-project",
"*.sublime-workspace",
"*.dat"
],
"folder_exclude_patterns":
[
".bundle",
".git",
".hg",
".idea",
".rbx",
".sass-cache",
".svn",
".vscode",
".zeus.sock",
"bundle",
"coverage",
"design0n1y",
"node_modules",
"postgres/data*",
"postgres/snapshots*",
"public/assets",
"public/packs",
"public/packs-test",
"public/_tenants/mkuh/SPA",
"log",
"tmp",
"vendor/assets/components"
],
"font_face": "Menlo",
"font_size": 16,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
],
"indent_guide_options":
[
"draw_active"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"material_theme_accent_indigo": false,
"material_theme_accent_lime": false,
"material_theme_accent_orange": false,
"material_theme_accent_purple": false,
"material_theme_accent_red": false,
"material_theme_accent_yellow": true,
"material_theme_bold_tab": true,
"material_theme_compact_panel": true,
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": true,
"material_theme_disable_fileicons": false,
"material_theme_disable_folder_animation": false,
"material_theme_disable_tree_indicator": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_autowidth": true,
"overlay_scroll_bars": "enabled",
"preview_on_click": true,
"rulers": false,
"scroll_past_end": true,
"show_definitions": false,
"show_encoding": true,
"tab_size": 2,
"theme": "Material Twilight.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~",
"word_wrap": false,
"index_files": true,
}