Rustfmt config

This commit is contained in:
Manish Goregaokar 2016-01-04 09:55:29 +05:30
parent fc789a675b
commit 839ad09689

5
rustfmt.toml Normal file
View File

@ -0,0 +1,5 @@
max_width = 120
ideal_width = 100
fn_args_density = "Compressed"
fn_call_width = 80
fn_args_paren_newline = false