C# bracket insertion, indentation not working #4
parent
2ebf742c94
commit
a8c6596266
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"comments": {
|
||||
"lineComment": "//",
|
||||
"blockComment": ["/*", "*/"]
|
||||
},
|
||||
"brackets": [
|
||||
["{", "}"],
|
||||
["[", "]"],
|
||||
["(", ")"]
|
||||
]
|
||||
}
|
|
@ -7,7 +7,8 @@
|
|||
"languages": [{
|
||||
"id": "csharp",
|
||||
"extensions": [ ".cs", ".csx" ],
|
||||
"aliases": [ "C#", "csharp" ]
|
||||
"aliases": [ "C#", "csharp" ],
|
||||
"configuration": "./csharp.configuration.json"
|
||||
}],
|
||||
"grammars": [{
|
||||
"language": "csharp",
|
||||
|
|
Loading…
Reference in New Issue