1
Fork 0

Update rustfmt.toml to match the rust repo

This commit is contained in:
bjorn3 2025-02-13 14:54:50 +00:00
parent cdadd5f4cd
commit 8dda1ebfb6

View file

@ -3,8 +3,9 @@ ignore = [
] ]
# Matches rustfmt.toml of rustc # Matches rustfmt.toml of rustc
version = "Two" style_edition = "2024"
use_small_heuristics = "Max" use_small_heuristics = "Max"
merge_derives = false merge_derives = false
group_imports = "StdExternalCrate" group_imports = "StdExternalCrate"
imports_granularity = "Module" imports_granularity = "Module"
use_field_init_shorthand = true