Argyle-Software/kyber

Add rustfmt.toml file

mberry opened this issue · 1 comments

tab_spaces = 2 
brace_style = "AlwaysNextLine"

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

mberry commented

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