alexfertel/bulloak

bulloak check --fix doesn’t apply forge fmt settings from foundry.toml

Opened this issue · 1 comments

Given the following foundry.toml:

[fmt]
bracket_spacing = true

running

bulloak check test/Foo.tree --fix

reformats the entire test/Foo.t.sol file because it doesn’t apply custom fmt settings from foundry.toml.

Running forge fmt after bulloak check is a temporary workaround to get clean git diff.