chore: create and apply rustfmt.toml#1946
Merged
Merged
Conversation
|
tACK #1946 Can you please squash all three commit messages as a single commit? |
Member
|
Is it some sort of standard to have Currently, most of the documentation is kept within 100. |
Member
Author
Not really. Either one is fine for me. |
Member
|
In that case, I would prefer to stick with 100. It means you can see more if you use a split screen. |
0ab5ef4 to
0f56c37
Compare
Member
Author
|
I made an identical PR on bdk_wallet, once this get's merged I'll update it. |
Member
|
Try rebasing this PR and it should build fine after that. See changes in #1955 |
6 tasks
0f56c37 to
7bdbcdd
Compare
Member
Author
|
Rebased to trigger CI. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 +nightly fmtandcargo clippybefore committing