# One style for the whole constellation.
#
# These repos are linked by path dependencies, so `cargo fmt --all` run in ANY
# of them reaches into the others through the shared workspace. On 2026-08-06 a
# single run from holger reformatted facett (688 files), edda (~270) and znippy
# (81) -- which is where the recurring thousands of "dirty" lines came from.
# Nobody had run fmt in the repo that ended up dirty.
#
# rustfmt resolves this file per FILE, walking up from the source, so an
# identical copy in every repo makes the result the same no matter where the
# command was launched. Keep them identical; a divergent copy re-arms the mine.
#
# Plain defaults, deliberately: use_small_heuristics = "Max" was measured worse
# here (196 of 225 files rewritten in holger, against 179 for defaults).
= "2021"