-
Notifications
You must be signed in to change notification settings - Fork 15
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
Feature request: bulloak.toml
config file
#38
Comments
I'd suggest requiring the config to just live in |
Tbh, I have conflicting feelings over this one. I totally agree with having a config file. However, if the only advantage of having the config inside The rationale for a separate
That being said, I'm not strongly opinionated. |
Me neither!
TBH I can see Bulloak used for other blockchain programming languages + paradigms other than crypto.
Agree with all points |
Things that I would like to configure (and which Bulloak would apply to all Solidity code generated via
scaffold
):Indenting (4 spaces instead of 2): Four spaces for indenting level #40
SPDX license
compiler pragma as a string (e.g.,
>=0.8.19
)GPT processing: Feature request: GPT integration to shorten function and modifier names #39
Whether I want a bespoke name for the final leaf (ref Feature request: special naming for the final leaf test #37)
Whether I want one-test-per-it-branch or bundled-its (ref General feedback #7 (comment))
General feedback #7 (reply in thread))
Potentially helpful for other users:
Case sensitivity (ref feature request: case-insensitivity OR control over output comment style #20)
It would be nice if these settings could be kept in
foundry.toml
somehow, but I don't think Foundry allows custom configs.I'm sure @mds1 and future users will find other use cases with this config file.
The text was updated successfully, but these errors were encountered: