We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ffeed4 commit 5f9e67bCopy full SHA for 5f9e67b
package.json
@@ -1978,6 +1978,12 @@
1978
"default": true,
1979
"description": "Enable/disable default Razor formatter."
1980
},
1981
+ "razor.format.codeBlockBraceOnNextLine": {
1982
+ "type": "boolean",
1983
+ "scope": "window",
1984
+ "default": false,
1985
+ "description": "Forces the open brace after an @code or @functions directive to be on the following line."
1986
+ },
1987
"razor.completion.commitElementsWithSpace": {
1988
"type": "boolean",
1989
"scope": "window",
@@ -5721,4 +5727,4 @@
5721
5727
}
5722
5728
]
5723
5729
5724
-}
5730
+}
0 commit comments