vscode/extensions/json/json.configuration.json

10 lines
123 B
JSON
Raw Normal View History

2016-01-21 22:47:56 +01:00
{
"comments": {
"lineComment": "//",
"blockComment": [ "/*", "*/" ]
},
"brackets": [
["{", "}"],
["[", "]"]
]
}