Files
vscode/extensions/javascript/javascript.configuration.json
2015-11-24 16:19:14 +01:00

11 lines
137 B
JSON

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