vscode/extensions/vb/vb.configuration.json

13 lines
205 B
JSON
Raw Normal View History

2015-11-13 14:39:38 +01:00
{
"comments": {
2015-12-09 11:05:30 +01:00
"lineComment": "'"
2015-11-13 14:39:38 +01:00
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"],
["<", ">"]
]
// autoClosingPairs: [ ['{', '}'], ['[', ']'], ['(', ')'], ['"', '"'], ['<', '>'], ],
}