crosvm/.rustfmt.toml
Kaiyi Li 413c388d5e rustfmt: wrap comments
Tests: presubmit
Change-Id: Ie759b0b788440986783f3b7de4eeca8d5ceeaa92
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5297986
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Commit-Queue: Kaiyi Li <kaiyili@google.com>
2024-02-15 23:30:13 +00:00

9 lines
204 B
TOML

imports_granularity = "item"
group_imports = "StdExternalCrate"
unstable_features = true
wrap_comments = true
comment_width = 100
use_field_init_shorthand = true
use_try_shorthand = true
edition = "2021"