svlint icon indicating copy to clipboard operation
svlint copied to clipboard

New Rule: `style_trailingwhitespace` to catch trailing whitespace.

Open DaveMcEwan opened this issue 2 years ago • 1 comments

Trailing whitespace causes issues with git.

DaveMcEwan avatar Jul 29 '22 10:07 DaveMcEwan

Related new rules:

  • style_operator_arithmetic
    • end (0 space)
    • 1space end
    • 1space comment
    • newline
  • style_operator_boolean
    • 1 space
  • style_operator_unary
    • end (0 space)
  • style_operator_integer
    • 1space end
    • 1space comment
    • newline

DaveMcEwan avatar Sep 03 '22 12:09 DaveMcEwan