Files
vscode/extensions/csharp/csharp.configuration.json
T

11 lines
135 B
JSON

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