rust/compiler/rustc_codegen_gcc/.rustfmt.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
140 B
TOML
Raw Normal View History

2025-01-13 11:48:14 -05:00
style_edition = "2024"
2024-02-28 17:06:24 -05:00
use_small_heuristics = "Max"
2024-07-17 20:17:44 +02:00
merge_derives = false
2025-01-13 11:48:14 -05:00
group_imports = "StdExternalCrate"
imports_granularity = "Module"