mirror of
https://github.com/Byron/gitoxide
synced 2025-10-05 16:42:40 +02:00
This is intended to be run on occasion to let us take advantage of rustfmt features available only in nightly while not requiring all contributors and CI to use nightly rustfmt. If the output of nightly rustfmt is not accepted by stable rustfmt, then the recipe will intentionally fail. For now, we prefer to detect when the two versions disagree on formatting rather than let nightly and stable rustfmt stomp on each other.
4 lines
81 B
TOML
4 lines
81 B
TOML
group_imports = "StdExternalCrate"
|
|
imports_granularity = "Crate"
|
|
max_width = 120
|