We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rustfmt.toml
Describe the enhancement
Add a project wide rustfmt.toml file with configs:
format_code_in_doc_comments wrap_comments
Use case
A project level config file will make it easier for devs to create uniform comments with formatted code and text.
Additional context
See: bitcoindevkit/rust-esplora-client#95
https://rust-lang.github.io/rustfmt/?version=v1.6.0&search= https://github.com/rust-lang/rustfmt?tab=readme-ov-file#configuring-rustfmt
The text was updated successfully, but these errors were encountered:
notmandatory
No branches or pull requests
Describe the enhancement
Add a project wide
rustfmt.toml
file with configs:format_code_in_doc_comments
wrap_comments
Use case
A project level config file will make it easier for devs to create uniform comments with formatted code and text.
Additional context
See: bitcoindevkit/rust-esplora-client#95
https://rust-lang.github.io/rustfmt/?version=v1.6.0&search=
https://github.com/rust-lang/rustfmt?tab=readme-ov-file#configuring-rustfmt
The text was updated successfully, but these errors were encountered: