context-settings-json.json /size: 172 b    last modification: 2020-07-01 14:35
1{
2 "autoClosingPairs" : [
3  [ "{", "}" ],
4  [ "[", "]" ]
5 ],
6 "brackets" : [
7  [ "{", "}" ],
8  [ "[", "]" ]
9 ],,
10 "surroundingPairs" : [
11  [ "{", "}" ],
12  [ "[", "]" ]
13 ]
14}