Skip to content

Commit

Permalink
C# bracket insertion, indentation not working #4
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed Nov 16, 2015
1 parent 2ebf742 commit a8c6596
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions extensions/csharp/csharp.configuration.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"comments": {
"lineComment": "//",
"blockComment": ["/*", "*/"]
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"]
]
}
3 changes: 2 additions & 1 deletion extensions/csharp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"languages": [{
"id": "csharp",
"extensions": [ ".cs", ".csx" ],
"aliases": [ "C#", "csharp" ]
"aliases": [ "C#", "csharp" ],
"configuration": "./csharp.configuration.json"
}],
"grammars": [{
"language": "csharp",
Expand Down

0 comments on commit a8c6596

Please sign in to comment.