summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/rustfmt.toml
blob: 4248f42f654b1bb63154ab851d8dffe22a6da880 (plain)
1
2
3
4
5
6
7
8
9
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"]