C#-NoTrailingWhitespace

Do not use trailing whitespace

Required inputs: CSharpAST

Possible Messages

Key

Text

Severity

Disabled

trailing_whitespace

Do not use trailing whitespace.

None

False

Options

allow_in_comment

allow_in_comment : bool = False

Whether trailing whitespace in comments should be allowed.