forked from mdo/config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPreferences.sublime-settings
105 lines (105 loc) · 1.91 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
{
"added_words":
[
"datatypes",
"superclass",
"subtree",
"globals",
"workflow",
"metafield",
"metafields",
"Legos",
"plugin",
"javascript",
"rebase",
"rebasing",
"polyfill",
"Helpscout",
"helpscout",
"rebases",
"rebased",
"viewport",
"Homebrew",
"Udacity",
"udacity",
"Shopify",
"shopify",
"Flickity",
"Fashionopolism",
"metadata",
"stylesheet",
"stylesheets",
"blockquote",
"online",
"onboading",
"frisbee",
"repo",
"monorepo",
"changeset"
],
"color_scheme": "auto",
"animation_enabled": false,
"atomic_save": "false",
"auto_complete_commit_on_tab": true,
"auto_complete_with_fields": true,
"binary_file_patterns":
[
"dist/*",
"_site/*",
"node_modules/*",
"bower_components/*"
],
"caret_style": "phase",
"bold_folder_labels": true,
/*"color_scheme": "Packages/Color Scheme - Default/Mariana.sublime-color-scheme",*/
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"folder_exclude_patterns":
[
"dist",
"_site",
"node_modules",
"bower_components",
".svn",
".git",
".hg",
"CVS",
".sass-cache"
],
"font_options":
[
"gray_antialias"
],
"font_face": "Source Code Pro",
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Markdown",
"Vintage",
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
72
],
"show_encoding": true,
"show_line_endings": true,
"tab_size": 2,
"theme": "Adaptive.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false,
"wrap_width": 72,
"dark_theme": "Adaptive.sublime-theme",
"light_theme": "Adaptive.sublime-theme",
"dark_color_scheme": "Packages/Color Scheme - Default/Mariana.sublime-color-scheme",
"light_color_scheme": "Packages/User/Color Highlighter/themes/GitHub Light.tmTheme",
}