Files
vscode/extensions/csharp/csharp.configuration.json
2015-11-16 10:48:42 +01:00

11 lines
135 B
JSON

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