eae5d8c807
These conflicts will be resolved in the following commits. We do it this way so that PR review is possible.
26 lines
348 B
JSON
26 lines
348 B
JSON
{
|
|
"comments": {
|
|
"lineComment": ";;"
|
|
},
|
|
"brackets": [
|
|
["{", "}"],
|
|
["[", "]"],
|
|
["(", ")"]
|
|
],
|
|
"autoClosingPairs": [
|
|
["{", "}"],
|
|
["[", "]"],
|
|
["(", ")"],
|
|
{ "open": "\"", "close": "\"", "notIn": ["string"] }
|
|
],
|
|
"surroundingPairs": [
|
|
["{", "}"],
|
|
["[", "]"],
|
|
["(", ")"],
|
|
["\"", "\""]
|
|
],
|
|
"folding": {
|
|
"offSide": true
|
|
}
|
|
}
|