Files
mullvadvpn-app/rustfmt.toml
2026-01-23 15:05:55 +01:00

11 lines
333 B
TOML

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"