summaryrefslogtreecommitdiff
path: root/context/data/vscode/extensions/context/settings/context-settings-cpp.json
blob: 89af81ea5e5a0e7219f6b1f19ae85b64562e769b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
 "autoClosingPairs" : [
  [ "{", "}" ],
  [ "[", "]" ],
  [ "(", ")" ]
 ],
 "brackets" : [
  [ "{", "}" ],
  [ "[", "]" ],
  [ "(", ")" ]
 ],,
 "surroundingPairs" : [
  [ "{", "}" ],
  [ "[", "]" ],
  [ "(", ")" ]
 ]
}