]> git.lizzy.rs Git - rust.git/blob - src/default.toml
Merge pull request #128 from marcusklaas/subexpr
[rust.git] / src / default.toml
1 max_width = 100
2 ideal_width = 80
3 leeway = 5
4 tab_spaces = 4
5 newline_style = "Unix"
6 fn_brace_style = "SameLineWhere"
7 fn_return_indent = "WithArgs"
8 fn_args_paren_newline = true
9 struct_trailing_comma = "Vertical"
10 struct_lit_trailing_comma = "Vertical"
11 enum_trailing_comma = true
12 report_todo = "Always"
13 report_fixme = "Never"
14 reorder_imports = false