mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 07:15:48 +00:00
14 lines
333 B
TOML
14 lines
333 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-9405.rs",
|
|
"tests/ui/crashes/ice-10912.rs",
|
|
"tests/ui/non_expressive_names_error_recovery.rs",
|
|
]
|