2
0
Fork 0
mirror of https://github.com/rust-lang/rust-clippy synced 2025-01-30 22:03:51 +00:00
rust-clippy/rustfmt.toml

9 lines
228 B
TOML

max_width = 120
comment_width = 100
match_block_trailing_comma = true
wrap_comments = true
edition = "2021"
error_on_line_overflow = true
imports_granularity = "Module"
version = "Two"
ignore = ["tests/ui/crashes/ice-10912.rs"]