mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
C# bracket insertion, indentation not working #4
This commit is contained in:
11
extensions/csharp/csharp.configuration.json
Normal file
11
extensions/csharp/csharp.configuration.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"comments": {
|
||||
"lineComment": "//",
|
||||
"blockComment": ["/*", "*/"]
|
||||
},
|
||||
"brackets": [
|
||||
["{", "}"],
|
||||
["[", "]"],
|
||||
["(", ")"]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user