summaryrefslogtreecommitdiffhomepage
path: root/rustfmt.toml
blob: 0bb88037be9ed66713649cd06ae56c6fe53f1646 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
edition = "2021"

# Activation of features, almost objectively better ;)
use_try_shorthand = true
use_field_init_shorthand = true

# Nightly only. Will not run in CI, but please format with these locally
wrap_comments = true
normalize_comments = true
comment_width = 100

condense_wildcard_suffixes = true

imports_granularity = "Crate"