Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,11 @@
"type": "boolean",
"description": "Specifies if SA1519 will allow consecutive using statements without braces",
"default": true
},
"allowDoWhileOnClosingBrace": {
"type": "boolean",
"description": "Specifies if SA1500 will allow the 'while' expression of a 'do'/'while' loop to be on the same line as the closing brace.",
"default": false
}
}
},
Expand Down