summaryrefslogtreecommitdiffhomepage
path: root/rustfmt.toml
blob: 84d8d52e28523e58817e33b8e3315ab844bfccc3 (plain)
1
2
3
4
5
6
7
8
9
10
# 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