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