vscode/extensions/json/json.configuration.json
2016-01-21 22:47:56 +01:00

10 lines
123 B
JSON

{
"comments": {
"lineComment": "//",
"blockComment": [ "/*", "*/" ]
},
"brackets": [
["{", "}"],
["[", "]"]
]
}