-
Notifications
You must be signed in to change notification settings - Fork 146
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
feat(sdk): allow global ~/.clarinet/Settings.toml #1208
feat(sdk): allow global ~/.clarinet/Settings.toml #1208
Conversation
Thanks for this contribution @tippenein I'll test it sometimes this week, we'll include it in 2.0 🙌 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution @tippenein
Small improvements requested
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM @tippenein
Thanks a lot for this contribution and quick responses!
* add global Settings.toml option * rustfmt * fix merge * code review: use warns and nest err conditions into global defaults
feat: #205
This adds a global file for clarinet settings
If the file doesn't exist, it picks the defaults
Any thoughts welcome!
I can add documentation wherever seems appropriate
(This should nullify #1207)