-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
settings.default.json
54 lines (51 loc) · 1.47 KB
/
settings.default.json
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
{
"editor": {
"selectionStyle": "line",
"highlightActiveLine": true,
"highlightSelectedWord": true,
"cursorStyle": "ace",
"behavioursEnabled": true,
"wrapBehavioursEnabled": true,
"hScrollBarAlwaysVisible": true,
"vScrollBarAlwaysVisible": true,
"highlightGutterLine": true,
"animatedScroll": true,
"showInvisibles": false,
"showPrintMargin": true,
"printMarginColumn": "renderer",
"printMargin": true,
"fadeFoldWidgets": false,
"showFoldWidgets": true,
"showLineNumbers": true,
"showGutter": true,
"displayIndentGuides": false,
"fontSize": 16,
"scrollPastEnd": false,
"theme": "ace/theme/tomorrow_night_eighties",
"firstLineNumber": 1,
"newLineMode": "auto",
"useSoftTabs": false,
"tabSize": 4,
"wrap": false
},
"shortcuts": {
"saveActiveTab": "mod+s",
"newFile": "mod+n",
"chooseFile": "mod+o",
"closeTab": "mod+w",
"renameNode": "f2",
"exit": "mod+q"
},
"ui": {
"slidePanelAnimation": true,
"slidePanelAnimationDuration": 350
},
"plugins": {
"cc.codebot.ide.web": true,
"cc.codebot.ide.web.dnd": true,
"cc.codebot.flash.tools": true,
"cc.codebot.javascript.tools": true,
"cc.codebot.asset.finder": true,
"cc.codebot.sound.central": true
}
}