**Additional information:** - [allowDoWhileOnClosingBrace](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/Configuration.md#do-while-loop-placement) - [stylecop.json schema](https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json) **Expected Behavior:** The stylecop.json schema contain an element `allowDoWhileOnClosingBrace`. **Actual Behavior:** The stylecop.json schema doesn't contain an element `allowDoWhileOnClosingBrace`.
Additional information:
Expected Behavior:
The stylecop.json schema contain an element
allowDoWhileOnClosingBrace.Actual Behavior:
The stylecop.json schema doesn't contain an element
allowDoWhileOnClosingBrace.