summaryrefslogtreecommitdiff
path: root/rustfmt.toml
blob: ce09ecdfb9b2c2287c165f3b3c5f7dcf17730876 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
imports_granularity = "Crate"

use_field_init_shorthand = true
use_try_shorthand = true

normalize_comments = true
wrap_comments = true

reorder_impl_items = true

match_block_trailing_comma = true

blank_lines_upper_bound = 2