-
Notifications
You must be signed in to change notification settings - Fork 389
chore: create and apply rustfmt.toml #1946
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
base: master
Are you sure you want to change the base?
Conversation
tACK #1946 Can you please squash all three commit messages as a single commit? |
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.
cACK 396fff8
Is it some sort of standard to have Currently, most of the documentation is kept within 100. |
Not really,. Either one is fine for me. |
In that case, I would prefer to stick with 100. It means you can see more if you use a split screen. |
9f63ded
to
0ab5ef4
Compare
0ab5ef4
to
0f56c37
Compare
I made an identical PR on bdk_wallet, once this get's merged I'll update it. |
This PR adds basic formatting configuration for uniform comments. Note that the nightly toolchain is necessary.
Changelog:
Note: I had to add #[rustfmt::skip] to test_extract_satisfaction_timelock() because the base64 PSBT would get wrapped due to the slashes.
All Submissions:
cargo fmt
andcargo clippy
before committing