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": [
["{", "}"],
["[", "]"],
["(", ")"]
]
}