Closed m00sey closed 1 year ago
Given we're seeing contributions from the community, I feel it is appropriate to standardize code formatting.
This can be done by: cargo fmt
cargo fmt
By default, Rustfmt uses a style which conforms to the Rust style guide that has been formalized through the style RFC process.
Given we're seeing contributions from the community, I feel it is appropriate to standardize code formatting.
This can be done by:
cargo fmt
By default, Rustfmt uses a style which conforms to the Rust style guide that has been formalized through the style RFC process.