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
It would be easier to read JSON artifacts by having them compiled in a pretty way, maybe using a setting in the foundry.toml file allowing you to specify tabs and spaces for the output.
Using an external tool to do so it's only a temporary workaround, 'cause the contract would be always compiled in a non-pretty form if you make some changes and have the need of rebuilding it.
Additional context
No response
The text was updated successfully, but these errors were encountered:
A downside would be that pretty formatted artifacts have a larger filesize and it could be a breaking change if users are currently parsing by line as we expect in some other cases of JSON output
Component
Forge
Describe the feature you would like
It would be easier to read JSON artifacts by having them compiled in a pretty way, maybe using a setting in the
foundry.toml
file allowing you to specify tabs and spaces for the output.Using an external tool to do so it's only a temporary workaround, 'cause the contract would be always compiled in a non-pretty form if you make some changes and have the need of rebuilding it.
Additional context
No response
The text was updated successfully, but these errors were encountered: