]> git.lizzy.rs Git - rust.git/blob - rustfmt.toml
remove nondeterminism by adjusting thresholds
[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
7 fn_args_layout = "Block"
8 closure_block_indent_threshold = 0
9 fn_return_indent = "WithWhereClause"
10 wrap_comments = true