{ "comments": { "lineComment": "//", "blockComment": [ "/*", "*/" ] }, "brackets": [ [ "{", "}" ], [ "[", "]" ], [ "(", ")" ] ], "autoClosingPairs": [ { "open": "{", "close": "}" }, { "open": "[", "close": "]" }, { "open": "(", "close": ")" }, { "open": "\"", "close": "\"", "notIn": [ "string" ] }, { "open": "/*", "close": "*/", "notIn": [ "string" ] } ], "surroundingPairs": [ { "open": "{", "close": "}" }, { "open": "[", "close": "]" }, { "open": "(", "close": ")" }, { "open": "\"", "close": "\"" } ], "folding": { "markers": { "start": "{\n", "end": "}" } }, "indentationRules": { "increaseIndentPattern": "{", "decreaseIndentPattern": "}" }, }