-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPreferences.sublime-settings
77 lines (77 loc) · 1.26 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
{
"added_words":
[
"viewport",
"refactor",
"repo",
"repos",
"sql",
"waypoint",
"waypoints",
"refactored",
"unfinalise",
"polyline",
"cleanup",
"latlong",
"extendable",
"qty",
"unfinalising",
"namespace",
"refactoring",
"timeout",
"timeouts",
"goto",
"bool",
"readonly",
"url",
"textbox",
"min",
"calc",
"const",
"param",
"gui",
"params",
"dialog",
"nullable",
"booleans",
"Josh",
"checkbox",
"checkboxes",
"rebasing",
"enum",
"enums",
"unchecks",
"anymore",
"guid",
"rollback",
"intellisense",
"dialogs",
"regex",
"regexp",
"subfolder",
"markup",
"css",
"color",
"colored",
"colors",
"Refactor",
"unuseful",
"rasterised",
"placeholder",
"middleware",
"subquery",
"concat",
],
"expand_merge_commits_by_default": true,
"font_size": 12,
"hide_menu": true,
"tab_size": 2,
"theme": "Merge Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"hardware_acceleration": "opengl",
"side_bar_layout": "locations_as_column",
"diff_style": "auto",
"always_show_command_status": false,
"git_binary": "bundled",
"update_check": true,
}