]> git.lizzy.rs Git - rust.git/blob - rustfmt.toml
remove needless rustfmt setting
[rust.git] / rustfmt.toml
1 max_width = 120
2 ideal_width = 100
3 fn_args_density = "Compressed"
4 fn_call_width = 80
5 fn_args_paren_newline = false
6 match_block_trailing_comma = true