-
Notifications
You must be signed in to change notification settings - Fork 0
/
Preferences.sublime-settings
96 lines (96 loc) · 2.11 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
{
"always_show_minimap_viewport": true,
"animation_enabled": true,
"auto_close_tags": true,
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"auto_complete_delay": 0,
"auto_complete_with_fields": true,
"auto_indent": true,
"auto_match_enabled": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Monokai - Spacegray/Monokai - Spacegray.tmTheme",
"default_line_ending": "unix",
"detect_indentation": true,
"detect_slow_plugins": true,
"drag_text": false,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
"*.DS_store",
"*.cur",
"*.eot",
"*.gem",
"*.gz",
"*.jar",
"*.pdf",
"*.psb",
"*.psd",
"*.sassc",
"*.scssc",
"*.ttf",
"*.woff",
"*.zip",
"BrowserStackLocal"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".cache",
".git",
".sass-cache",
"bower_components",
"design_assets",
"node_modules"
],
"font_face": "Roboto Mono",
"font_options":
[
"subpixel_antialias"
],
"font_size": 9,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_subsequent_lines": true,
"index_files": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"match_selection": true,
"match_tags": true,
"overlay_scroll_bars": "enabled",
"rulers": [80],
"scroll_past_end": true,
"show_definitions": true,
"show_encoding": true,
"show_line_endings": true,
"smart_indent": true,
"spacegray_fileicons": true,
"spacegray_sidebar_font_normal": true,
"spacegray_sidebar_tree_normal": true,
"spacegray_tabs_auto_width": true,
"spacegray_tabs_font_normal": true,
"spacegray_tabs_normal": true,
"tab_size": 2,
"tab_completion": true,
"theme": "Spacegray.sublime-theme",
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?",
"word_wrap": "true"
}