summaryrefslogtreecommitdiffhomepage
path: root/rustfmt.toml
blob: 4fc14a42b892092b1cd7741bad260763652cd059 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Activation of features, almost objectively better ;)
use_try_shorthand = true
use_field_init_shorthand = true
condense_wildcard_suffixes = true
normalize_comments = true
wrap_comments = true
imports_granularity = "Crate"

# Heavily subjective style choices
comment_width = 100
blank_lines_upper_bound = 2