Argyle-Software / kyber

A rust implementation of the Kyber post-quantum KEM
https://docs.rs/pqc_kyber/
Apache License 2.0
164 stars 37 forks source link

Add rustfmt.toml file #63

Closed mberry closed 10 months ago

mberry commented 1 year ago
tab_spaces = 2 
brace_style = "AlwaysNextLine"

brace_style requires nightly but you can alias it: cargo +nightly fmt

mberry commented 10 months ago

Going to stick with default cargo fmt style and use git hooks for my own preferences, toml file no longer needed.