-
Notifications
You must be signed in to change notification settings - Fork 0
/
Preferences.sublime-settings
102 lines (102 loc) · 1.8 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
{
"WrapPlus.break_on_hyphens": false,
"added_words":
[
"architected",
"middleware",
"makespan",
"Collider",
"workflow",
"Multitenancy",
"multitenancy",
"homonymous",
"Plugins",
"interoperably",
"programmatically",
"workflows",
"Glidein",
"Startd",
"Schedd",
"Frontend",
"glidein",
"glideins",
"outmost",
"Interoperable",
"prioritization",
"interoperable",
"Turilli"
],
"auto_complete": false,
"auto_complete_triggers":
[
{
"characters": "<",
"selector": "text.html"
},
{
"characters": "\\",
"selector": "text.tex.latex"
}
],
"auto_match_enabled": true,
"bold_folder_labels": true,
"caret_style": "solid",
"color_scheme": "Packages/User/Solarized (Light) (SL).tmTheme",
"detect_indentation": true,
"draw_indent_guides": true,
"draw_minimap_border": true,
"enable_telemetry": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store",
"*.pid",
"*.pyc",
"*.git"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".git",
"__pycache__",
"env",
"env3"
],
"font_size": 12,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active",
"draw_normal"
],
"indent_to_bracket": true,
"match_brackets": true,
"match_brackets_angle": false,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"new_window_settings":
{
"show_tabs": true,
"side_bar_visible": true,
"status_bar_visible": true
},
"preview_on_click": false,
"remember_open_files": true,
"remember_open_folders": true,
"rulers":
[
79
],
"save_on_focus_lost": true,
"shift_tab_unindent": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"wrap_width": 79
}