-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsublime-settings.json
52 lines (52 loc) · 1.14 KB
/
sublime-settings.json
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
{
"always_show_minimap_viewport": true,
"auto_complete": false,
"bold_folder_labels": true,
"color_inactive_tabs": true,
"color_scheme": "Packages/custom theme/custom-scheme.tmTheme",
"detect_indentation": true,
"dictionary": "Packages/Language - English/en_GB.dic",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fold_buttons": false,
"folder_exclude_patterns":
[
"dist/css",
"dist/js",
"dist/images",
"node_modules",
"patternlab/source",
".git",
"CACHE",
"site-packages"
],
"font_face": "Operator Mono",
"font_size": 15,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"material_theme_accent_indigo": true,
"material_theme_accent_scrollbars": true,
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": true,
"material_theme_small_statusbar": true,
"overlay_scroll_bars": "enabled",
"rulers":
[
81
],
"status_bar_brighter": true,
"tabs_medium": true,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": true
}