-
Notifications
You must be signed in to change notification settings - Fork 1
/
Preferences.sublime-settings
112 lines (112 loc) · 2.22 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
106
107
108
109
110
111
112
{
"binary_file_patterns":
[
".jpg",
".jpeg",
".png",
".gif",
".ttf",
".tga",
".dds",
".ico",
".eot",
".pdf",
".swf",
".jar",
"*.zip",
"vendor/**",
"node_modules/**",
".certs/**"
],
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/User/SublimeLinter/Tubnil (SL).tmTheme",
"detect_slow_plugins": true,
"draw_white_space": "all",
"fade_fold_buttons": true,
"file_exclude_patterns":
[
".pyc",
".pyo",
".exe",
".dll",
".obj",
".o",
".a",
".lib",
".so",
".dylib",
".ncb",
".sdf",
".suo",
".pdb",
".idb",
".DS_Store",
".class",
".psd",
".db"
],
"find_selected_text": true,
"flatland_sidebar_tree_xsmall": true,
"flatland_square_tabs": true,
"font_face": "Menlo",
"font_size": 16,
"highlight_line": true,
"ignored_packages":
[
"Color Scheme - RSE",
"Dayle Rees Color Schemes",
"GitSavvy",
"Javatar",
"Laravel 4 Artisan",
"Marked.app Menu",
"Mou.app Markdown",
"Six",
"Theme - Flatland",
"Vintage-Origami"
],
"index_files": false,
"material_theme_accent_acid-lime": true,
"material_theme_accent_blue": true,
"material_theme_accent_purple": true,
"material_theme_accent_sky": true,
"material_theme_bullet_tree_indicator": true,
"material_theme_compact_sidebar": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_autowidth": true,
"material_theme_tabs_separator": true,
"material_theme_tree_headings": true,
"origami_auto_close_empty_panes": true,
"reveal-on-activate": true,
"rulers":
[
80,
120
],
"show_full_path": true,
"show_minimap": true,
"sidebar_size_11": true,
"spell_check": true,
"tab_size": 4,
"tabs_small": true,
"theme": "Material-Theme.sublime-theme",
"todo":
{
"case_sensitive": true,
"patterns":
{
"CHANGED": "CHANGED[\\s]*?:+(?P<changed>\\S.*)$",
"FIXME": "FIXME[\\s]*?:+(?P<fixme>\\S.*)$",
"NOTE": "NOTE[\\s]*?:+(?P<note>.*)$",
"TODO": "TODO[\\s]*?:+(?P<todo>.*)$"
},
"result_title": "List Of Tasks"
},
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"vintageous_use_ctrl_keys": true,
"wombat_color_blue": true,
"wombat_dirty_bottom_bar_blue": true
}