mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 11:10:48 +00:00
11 lines
No EOL
135 B
JSON
11 lines
No EOL
135 B
JSON
{
|
|
"comments": {
|
|
"lineComment": "//",
|
|
"blockComment": ["/*", "*/"]
|
|
},
|
|
"brackets": [
|
|
["{", "}"],
|
|
["[", "]"],
|
|
["(", ")"]
|
|
]
|
|
} |