about summary refs log tree commit diff
path: root/src/tools/miri/rustfmt.toml
blob: 92fd22b7f5540f79ec8c2b069dfc3f74717a5c42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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"
]