{
    "ace": {
        "@guessTabSize": true,
        "@newLineMode": "unix",
        "@tabSize": 4,
        "@useSoftTabs": true
    },
    "build": {
        "@builder": "auto",
        "@path": "/.c9/builders",
        "@saveall": true
    },
    "find.nak": {
        "@searchLimit": 100
    },
    "format": {
        "jsbeautify": {
            "@advanced": {},
            "@braces": "end-expand",
            "@indent_inner_html": false,
            "@jslinthappy": false,
            "@keeparrayindentation": false,
            "@preserve-inline": true,
            "@preserveempty": true,
            "@space_before_conditional": true,
            "@unescape_strings": true
        }
    },
    "general": {
        "@stripws": false
    },
    "golang": {
        "@completion": true,
        "@formatOnSave": true,
        "@formatter": "gofmt -w \"$file\""
    },
    "javascript": {
        "@formatOnSave": false,
        "@formatter": "esformatter -i \"$file\"",
        "@use_jsbeautify": true
    },
    "language": {
        "@eslintrc": true,
        "@semi": true,
        "@undeclaredVars": true,
        "@unusedFunctionArgs": false,
        "@warnLevel": "info",
        "tern_defs": {
            "json()": {
                "browser": {
                    "enabled": true
                },
                "ecma5": {
                    "enabled": true
                },
                "jQuery": {
                    "enabled": true
                }
            }
        }
    },
    "php": {
        "@completion": true,
        "@path": ".:./vendor"
    },
    "preview": {
        "@url": ""
    },
    "python": {
        "@completion": true,
        "@path": "/usr/local/lib/python2.7/dist-packages:/usr/local/lib/python3.4/dist-packages:/usr/local/lib/python3.5/dist-packages",
        "@version": "python2"
    },
    "run": {
        "@path": "/.c9/runners",
        "@runner": "Apache httpd (PHP, HTML)",
        "configs": {
            "@inited": true,
            "json()": {
                "Fury": {
                    "command": "fury",
                    "name": "Fury",
                    "runner": "Shell command",
                    "toolbar": true
                },
                "STROMDAO-BO-MPO": {
                    "command": "stromdao-mp",
                    "name": "STROMDAO-BO-MPO",
                    "runner": "Shell command",
                    "toolbar": true
                },
                "WebServer": {
                    "command": "index.html",
                    "debug": false,
                    "default": true,
                    "name": "WebServer",
                    "runner": "Apache httpd (PHP, HTML)",
                    "toolbar": true
                },
                "fury": {
                    "command": "fury run fury.stromkonto",
                    "name": "fury",
                    "runner": "Shell command",
                    "toolbar": true
                }
            }
        }
    },
    "share": {
        "@app": false,
        "@preview": false,
        "@useOwnerSettings": false
    }
}