A simple, humane, typed key-value storage solution.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rkv/.rustfmt.toml

18 lines
566 B

match_block_trailing_comma = true
max_width = 120
use_small_heuristics = "Off"
### unstable, nightly-only
# https://github.com/rust-lang/rustfmt/issues/3349
comment_width = 90
# https://github.com/rust-lang/rustfmt/issues/3374
force_multiline_blocks = true
# https://github.com/rust-lang/rustfmt/issues/4991
imports_granularity="Crate"
# https://github.com/rust-lang/rustfmt/issues/3361
imports_layout = "Vertical"
# https://github.com/rust-lang/rustfmt/issues/3363
reorder_impl_items = true
# https://github.com/rust-lang/rustfmt/issues/3347
wrap_comments = true