about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/rustfmt.toml
blob: f31fa9c76abc6ee1f69b9a78e5c156b0c0f219ef (plain)
1
2
3
4
5
6
7
8
9
10
11
ignore = [
    "example/gen_block_iterate.rs", # uses edition 2024
]

# Matches rustfmt.toml of rustc
style_edition = "2024"
use_small_heuristics = "Max"
merge_derives = false
group_imports = "StdExternalCrate"
imports_granularity = "Module"
use_field_init_shorthand = true