Created
November 22, 2016 17:07
-
-
Save viankakrisna/7efa1fecb13e3dabf944eac8f111af50 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "ace": { | |
| "@animatedScroll": true, | |
| "@antialiasedfonts": false, | |
| "@behavioursEnabled": true, | |
| "@cursorStyle": "ace", | |
| "@displayIndentGuides": true, | |
| "@fadeFoldWidgets": true, | |
| "@fontFamily": "Fira Code, monospace", | |
| "@fontSize": 16, | |
| "@highlightActiveLine": true, | |
| "@highlightGutterLine": true, | |
| "@highlightSelectedWord": true, | |
| "@keyboardmode": "default", | |
| "@mergeUndoDeltas": "off", | |
| "@overwrite": false, | |
| "@printMarginColumn": "80", | |
| "@scrollPastEnd": "0.5", | |
| "@scrollSpeed": "2", | |
| "@selectionStyle": "line", | |
| "@showFoldWidgets": true, | |
| "@showGutter": true, | |
| "@showInvisibles": false, | |
| "@showLineNumbers": true, | |
| "@showPrintMargin": true, | |
| "@theme": "ace/theme/cloud9_night", | |
| "@useWrapMode": false, | |
| "@wrapBehavioursEnabled": false, | |
| "@wrapToView": true, | |
| "custom-types": { | |
| "json()": { | |
| "^Untitled": "javascript", | |
| "^searchresults": "c9search", | |
| "mst": "handlebars", | |
| "settings": "javascript" | |
| } | |
| }, | |
| "statusbar": { | |
| "@show": true | |
| } | |
| }, | |
| "breakpoints": { | |
| "@active": true | |
| }, | |
| "build": { | |
| "@autobuild": true | |
| }, | |
| "clipboard": { | |
| "@dontshow": true | |
| }, | |
| "collab": { | |
| "@show-author-info": true, | |
| "@showbubbles": true, | |
| "@timeslider-visible": false | |
| }, | |
| "config": { | |
| "styles.css": { | |
| "json()": "" | |
| } | |
| }, | |
| "debug": { | |
| "@autoshow": true, | |
| "@pause": 0 | |
| }, | |
| "findinfiles": { | |
| "@clear": true, | |
| "@consolelaunch": false, | |
| "@fullpath": false, | |
| "@project": "src", | |
| "@scrolldown": false | |
| }, | |
| "format": { | |
| "jsbeautify": { | |
| "@advanced": {}, | |
| "@braces": "end-expand", | |
| "@indent_inner_html": true, | |
| "@jslinthappy": true, | |
| "@keeparrayindentation": true, | |
| "@preserveempty": true, | |
| "@space_before_conditional": true, | |
| "@unescape_strings": true | |
| } | |
| }, | |
| "general": { | |
| "@animateui": true, | |
| "@automerge": true, | |
| "@confirmexit": true, | |
| "@confirmmerge": true, | |
| "@downloadFilesAs": "zip", | |
| "@preview-navigate": false, | |
| "@preview-tree": false, | |
| "@propose": true, | |
| "@revealfile": true, | |
| "@skin": "flat-dark", | |
| "@treestyle": "default" | |
| }, | |
| "imgeditor": { | |
| "@smooth": false | |
| }, | |
| "installer": { | |
| "@auto": true | |
| }, | |
| "key-bindings": { | |
| "@platform": "auto", | |
| "@preset": "default", | |
| "json()": [] | |
| }, | |
| "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": true, | |
| "@running_app": false | |
| }, | |
| "projecttree": { | |
| "@hiddenFilePattern": "*.pyc, __pycache__, .*", | |
| "@scope": false, | |
| "@showhidden": true | |
| }, | |
| "runconfig": { | |
| "@debug": true, | |
| "@saveallbeforerun": true, | |
| "@showruncfglist": false | |
| }, | |
| "tabs": { | |
| "@asterisk": true, | |
| "@autoclosepanes": true, | |
| "@show": true, | |
| "@title": true | |
| }, | |
| "terminal": { | |
| "@antialiasedfonts": false, | |
| "@backgroundColor": "#153649", | |
| "@blinking": true, | |
| "@collab": true, | |
| "@defaultEnvEditor": true, | |
| "@fontfamily": "Fira Code, Monospace", | |
| "@fontsize": 16, | |
| "@foregroundColor": "#FFFFFF", | |
| "@scrollback": 1000, | |
| "@selectionColor": "#515D77", | |
| "noclosequestion": { | |
| "json()": true | |
| } | |
| }, | |
| "tour": { | |
| "@default-complete": true, | |
| "default": { | |
| "json()": { | |
| "collaborate": 1, | |
| "debugger": 1, | |
| "navigate": 1, | |
| "new tab": 1, | |
| "outline": 1, | |
| "preview": 1, | |
| "run": 1, | |
| "share": 1, | |
| "terminal": 1, | |
| "workspace": 1 | |
| } | |
| } | |
| }, | |
| "welcome": { | |
| "@first": true | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment