{ "comments": { "blockComment": [ "/*", "*/" ], "lineComment": "//" }, "brackets": [ [ "(", ")" ], [ "[", "]" ], [ "{", "}" ] ], "autoClosingPairs": [ [ "(", ")" ], [ "[", "]" ], [ "{", "}" ], [ "'", "'" ], [ "\"", "\"" ] ], "surroundingPairs": [ [ "(", ")" ], [ "[", "]" ], [ "{", "}" ], [ "'", "'" ], [ "\"", "\"" ] ], "indentationRules": { "increaseIndentPattern": "^((?!\\/\\/).)*(\\{[^}\"'`]*|\\([^)\"'`]*|\\[[^\\]\"'`]*)$", "decreaseIndentPattern": "^((?!.*?\\/\\*).*\\*/)?\\s*[\\)\\}\\]].*$" } }