rust/rustfmt.toml
2025-01-13 16:55:42 +01:00

9 lines
235 B
TOML

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