diff --git a/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json b/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json index 34c319a7b..f7fda8507 100644 --- a/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json +++ b/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json @@ -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 } } },