paritytech / parity-scale-codec

Lightweight, efficient, binary serialization and deserialization codec
Apache License 2.0
248 stars 95 forks source link

run `cargo fmt` during CI #475

Open StackOverflowExcept1on opened 1 year ago

StackOverflowExcept1on commented 1 year ago

This repository does not currently use cargo fmt. This leads to a mixture of spaces and tabs in one file, complicates the contribution to the repository. image

ggwpez commented 1 year ago

Yea we should check that the rustfmt.toml is up to date as well and see if nightly fmt is needed.