-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPreferences.sublime-settings
executable file
·98 lines (98 loc) · 1.75 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
{
"always_show_minimap_viewport": true,
"autoReloadChanged": true,
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 2,
"caret_style": "phase",
"color_scheme": "Packages/Dracula Color Scheme/Dracula.tmTheme",
"drag_text": false,
"draw_white_space": "all",
"fade_fold_buttons": false,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
".scssc",
".fuse*"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"bin",
".bundle",
"vendor/cache",
"tmp",
"coverage"
],
"font_face": "Ubuntu Mono",
"font_options":
[
"subpixel_antialias",
"directwrite"
],
"font_size": 11,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": true,
"ignored_packages":
[
"1337 Color Scheme",
"C",
"C++",
"Git",
"Google Search",
"Markdown",
"Monokai Blueberry Color Scheme",
"Monokai Extended",
"Numix Theme",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 0,
"line_padding_top": 0,
"material_theme_accent_indigo": true,
"material_theme_bold_tab": true,
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": true,
"material_theme_disable_tree_indicator": true,
"material_theme_panel_separator": true,
"material_theme_tabs_autowidth": true,
"material_theme_tabs_separator": true,
"overlay_scroll_bars": "enabled",
"remember_open_files": true,
"rulers":
[
80
],
"show_encoding": true,
"tab_size": 2,
"theme": "Material Brogrammer.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": true
}