{
    "indent": {
        "value": "    "
    },
    "plugins": [
        "esformatter-braces",
        "esformatter-dot-notation",
        "esformatter-quotes"
    ],
    "quotes": {
        "type": "single",
        "avoidEscape": false
    }
}
