C#-NoBlankLinesAtBracesΒΆ
Avoid blank lines after { and before }
Required inputs: CSharpAST
Possible Messages
Key |
Text |
Severity |
Disabled |
|---|---|---|---|
blank_after_brace |
Avoid blank lines after {. |
None |
False |
blank_before_brace |
Avoid blank lines before }. |
None |
False |
Options
This rule shares the following common options: excludes, includes, justification_checker, post_processing, provider, severity
The following places define options that affect this rule: Stylechecks, Analysis-GlobalOptions
This rule has no individual options.