Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: invalid multiline_func_header value #191

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gtg7784
Copy link

@gtg7784 gtg7784 commented Jan 25, 2025

This PR fixes invalid multiline_func_header value in the foundry.toml file.

When I try to build the project using yarn build, it shows error log like this.

failed to extract foundry config:
foundry config error: unknown variant: found `params_first_multi`, expected `one of `params_first`, `attributes_first`, `all`` for setting `fmt.multiline_func_header`
Because of using deprecated value for the multiline_func_header.

Fixing issue with changing multiline_func_header to params_first

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant