forked from tomberek/tomberek.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuser.settings
146 lines (146 loc) · 3.74 KB
/
user.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"ace": {
"@animatedScroll": true,
"@antialiasedfonts": false,
"@behavioursEnabled": true,
"@cursorStyle": "ace",
"@displayIndentGuides": true,
"@fadeFoldWidgets": true,
"@fontFamily": "Monaco, Menlo, Ubuntu Mono, Consolas, source-code-pro, monospace",
"@fontSize": "12",
"@highlightActiveLine": true,
"@highlightGutterLine": true,
"@highlightSelectedWord": true,
"@keyboardmode": "vim",
"@mergeUndoDeltas": "off",
"@overwrite": false,
"@printMarginColumn": "80",
"@scrollPastEnd": "0.5",
"@scrollSpeed": "2",
"@selectionStyle": "line",
"@showFoldWidgets": true,
"@showGutter": true,
"@showInvisibles": false,
"@showPrintMargin": true,
"@theme": "ace/theme/cloud9_night_low_color",
"@useWrapMode": false,
"@wrapBehavioursEnabled": false,
"@wrapToView": true,
"custom-types": {
"json()": {
"settings": "javascript"
}
},
"statusbar": {
"@show": true
}
},
"breakpoints": {
"@active": true
},
"build": {
"@autobuild": false
},
"collab": {
"@showbubbles": true
},
"debug": {
"@autoshow": true,
"@pause": 0
},
"findinfiles": {
"@clear": true,
"@consolelaunch": false,
"@fullpath": false,
"@project": "/",
"@scrolldown": false
},
"format": {
"jsbeautify": {
"@advanced": {},
"@braces": "end-expand",
"@indent_inner_html": false,
"@jslinthappy": false,
"@keeparrayindentation": false,
"@preserveempty": true,
"@space_before_conditional": true,
"@unescape_strings": true
}
},
"general": {
"@animateui": true,
"@automerge": false,
"@confirmmerge": true,
"@preview-navigate": false,
"@preview-tree": false,
"@revealfile": false,
"@skin": "dark",
"@treestyle": "default"
},
"key-bindings": {
"@platform": "win",
"@preset": "default"
},
"language": {
"@continuousCompletion": true,
"@enterCompletion": true,
"@hints": true,
"@instanceHighlight": true,
"@overrideMultiselectShortcuts": true
},
"metadata": {
"@undolimit": "100"
},
"mount": {
"@grandfathered-shown": false
},
"openfiles": {
"@hidetree": false,
"@show": false
},
"output": {
"@backgroundColor": "#003a58",
"@foregroundColor": "#FFFFFF",
"@keepOutput": false,
"@nosavequestion": false,
"@selectionColor": "#225477"
},
"preview": {
"@default": "preview.browser",
"@onSave": false,
"@running_app": false
},
"projecttree": {
"@hiddenFilePattern": "*.pyc, __pycache__, .*",
"@scope": false,
"@showhidden": false
},
"runconfig": {
"@debug": true,
"@saveallbeforerun": true,
"@showruncfglist": false
},
"tabs": {
"@asterisk": false,
"@autoclosepanes": true,
"@show": true,
"@title": false
},
"terminal": {
"@antialiasedfonts": true,
"@backgroundColor": "#153649",
"@blinking": false,
"@defaultEnvEditor": false,
"@fontfamily": "Ubuntu Mono, Menlo, Consolas, monospace",
"@fontsize": "12",
"@foregroundColor": "#FFFFFF",
"@scrollback": 1000,
"@selectionColor": "#515D77"
},
"tour": {
"@default-complete": false
},
"welcome": {
"@first": true
}
}