You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using -g/--goal, the output differs between uutils fmt and GNU fmt:
// uutils fmt
$ cargo run fmt tests/fixtures/fmt/one-word-per-line.txt --goal=7
this is
a file
with one
word per
line
// GNU fmt
$ fmt tests/fixtures/fmt/one-word-per-line.txt --goal=7
this is a
file with one
word per line