-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPreferences.sublime-settings
70 lines (70 loc) · 1.34 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
{
"color_scheme": "Packages/Tomorrow Night Italics Color Scheme/Tomorrow-Night-Italics.tmTheme",
"draw_white_space": "selection",
"emmet.includeLanguages":
{
"javascript": "javascriptreact",
},
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.sublime-workspace"
],
"font_options":
[
],
"font_size": 17,
"ignored_packages":
[
"ImportHelper",
"Vintage",
],
"index_files": false,
"line_padding_bottom": 1,
"line_padding_top": 1,
"tab_size": 2,
"theme": "Agila Neon.sublime-theme",
"trim_trailing_white_space_on_save": true,
"update_check": false,
/*"gnc_h00": true,*/
/*"gnc_m08": true,*/
/*"gnc_w1m11": true,*/
/*"gn_hide_tab_dropdown": true,*/
/*"gn_overlay_scroll_bars": true,*/
/*"gn_sidebar_box": true,*/
/*"gn_title_bar": true,*/
/*"gnwidg1": true,*/
/*"gnwidgo": true,*/
/*"gnc_001": false,*/
/*"gnc_002": false,*/
/*"gnc_m09": true,*/
/*"gn_hide_tab_dropdown": true,*/
/*"gn_overlay_scroll_bars": true,*/
/*"gn_sidebar_box": true,*/
/*"gn_title_bar": true,*/
/*"gnc_h00": true,*/
/*"gnwidg1": true,*/
/*"gnwidgo": true,*/
/*"gnc_m01": true,*/
/*"gnc_w1m12": true,*/
/*"gnc_001": false,*/
/*"gnc_002": false,*/
/*"gnc_m02": true,*/
}