dalek-cryptography/ed25519-dalek

Code formatting

alxiong opened this issue · 1 comments

Please add a rustfmt.toml or something similar to ensure consistency on format/style.
Every time I edit any file, there's a tons of auto formatting done by RA. I think current code base uses some non-canonical format.

Thanks!

CI now enforces rustfmt: #246

Note that it's using the default rustfmt config. I think that's preferable to customizing.