Proposed rustfmt file

This commit is contained in:
Jeremy Soller 2016-10-05 14:44:46 -06:00
parent 478bc20b85
commit 20e90fe977

5
rustfmt.toml Normal file
View file

@ -0,0 +1,5 @@
max_width = 200
ideal_width = 100
fn_call_width = 80
wrap_match_arms = false
write_mode = "Overwrite"