blob: b939eb97bcd5eb10e748c6ff6f1ba03c3b019807 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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"
|