| # This matches rustc | |
| style_edition = "2024" | |
| use_small_heuristics = "Max" | |
| group_imports = "StdExternalCrate" | |
| imports_granularity = "Module" | |
| # Miri-specific settings | |
| force_multiline_blocks = true | |
| match_arm_blocks = false | |
| match_arm_leading_pipes = "Preserve" | |
| ignore = [ | |
| # This file is copy-pasted from the tracing_chrome crate and should remain like the original. | |
| "src/bin/log/tracing_chrome.rs" | |
| ] |