Skip to content

no_trailing_whitespace

No line may end with space or tab.

- id: rust-no-trailing-ws
kind: no_trailing_whitespace
paths: "crates/**/src/**/*.rs"
level: warning
fix:
file_trim_trailing_whitespace: {}