book
book copied to clipboard
Document the new formatter
See https://github.com/gakonst/foundry/pull/201
It is a pretty barebones opinionated formatter with write and diff capabilities, but it is not configurable. Regardless, we should document it (and also add it to the GHA example)
Actually, this is in the icebox, apparently it is not 100% ready yet. Will update this issue with more context when I have it
Also relevant: https://github.com/foundry-rs/foundry/pull/2533
Formatter is complete now and has a few configuration options under [fmt]
for foundry toml
Those are documented except 1 :) Just need an intro guide + the command reference
Also the disabling stuff
// forgefmt: disable-next-item
// forgefmt: disable-next-line
// forgefmt: disable-start
// forgefmt: disable-end