22 lines
387 B
JSON
22 lines
387 B
JSON
{
|
|
"comments": {
|
|
"lineComment": "//",
|
|
"blockComment": [ "/*", "*/" ]
|
|
},
|
|
"brackets": [
|
|
["(", ")"],
|
|
["[", "]"]
|
|
],
|
|
"autoClosingPairs": [
|
|
["(", ")"],
|
|
["[", "]"],
|
|
["\"", "\""],
|
|
["{", "}"]
|
|
],
|
|
"surroundingPairs": [
|
|
["(", ")"],
|
|
["[", "]"],
|
|
["\"", "\""],
|
|
["{", "}"]
|
|
]
|
|
} |