C# bracket insertion, indentation not working #4

This commit is contained in:
Martin Aeschlimann 2015-11-16 10:48:42 +01:00
parent 2ebf742c94
commit a8c6596266
2 changed files with 13 additions and 1 deletions

View file

@ -0,0 +1,11 @@
{
"comments": {
"lineComment": "//",
"blockComment": ["/*", "*/"]
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"]
]
}

View file

@ -7,7 +7,8 @@
"languages": [{
"id": "csharp",
"extensions": [ ".cs", ".csx" ],
"aliases": [ "C#", "csharp" ]
"aliases": [ "C#", "csharp" ],
"configuration": "./csharp.configuration.json"
}],
"grammars": [{
"language": "csharp",