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 16:48:14 +00:00
style_edition = "2024"
2024-02-28 22:06:24 +00:00
use_small_heuristics = "Max"
2024-07-17 18:17:44 +00:00
merge_derives = false
2025-01-13 16:48:14 +00:00
group_imports = "StdExternalCrate"
imports_granularity = "Module"