paritytech/parity-scale-codec

run `cargo fmt` during CI

StackOverflowExcept1on opened this issue · 1 comments

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

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