Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 499 Bytes

RCS1185.md

File metadata and controls

31 lines (21 loc) · 499 Bytes

RCS1185: Format single-line block

Property Value
Id RCS1185
Category Formatting
Severity None

Example

Code with Diagnostic

void Foo() { Bar(); } // RCS1185

Code with Fix

void Foo()
{
    Bar();
}

See Also

(Generated with DotMarkdown)