1
1
mirror of https://github.com/Byron/gitoxide synced 2025-10-05 16:42:40 +02:00
Files
gitoxide/rustfmt-nightly.toml
Conor Davis 47c128d6e9 Add make rustfmt target.
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.
2021-08-14 15:32:53 -05:00

4 lines
81 B
TOML

group_imports = "StdExternalCrate"
imports_granularity = "Crate"
max_width = 120