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: {}

This rule takes no kind-specific options.

Plus the common paths, level, id, and when fields. This table is generated from the JSON Schema; option types and defaults are authoritative.