We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dbf858 commit 4b14a25Copy full SHA for 4b14a25
1 file changed
StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json
@@ -197,6 +197,11 @@
197
"type": "boolean",
198
"description": "Specifies if SA1519 will allow consecutive using statements without braces",
199
"default": true
200
+ },
201
+ "allowDoWhileOnClosingBrace": {
202
+ "type": "boolean",
203
+ "description": "Specifies if SA1500 will allow the 'while' expression of a 'do'/'while' loop to be on the same line as the closing brace.",
204
+ "default": false
205
}
206
207
},
0 commit comments