{
    "comments": {
        "lineComment": {
            "noIndent": true,
            "comment": "#"
        },
    },
    "brackets": [
        ["[", "]"]
    ],
    "autoClosingPairs": [
        ["[", "]"],
        ["\"", "\""],
        ["'", "'"]
    ],
    "surroundingPairs": [
        ["{", "}"],
        ["[", "]"],
        ["(", ")"],
        ["\"", "\""],
        ["'", "'"]
    ]
}
