aboutsummaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-06-08 17:53:00 -0700
committerBernie Innocenti <codewiz@google.com>2021-06-24 06:33:32 +0000
commitf41107f41f7f32aa9fed11b54c4b08229f4ac43e (patch)
treef322aa3a0b30f78d0f83e74509d4af2e92f0f9e0 /rustfmt.toml
parent7339ce145673e0923017350e679ada9c27069cb7 (diff)
downloadquiche-f41107f41f7f32aa9fed11b54c4b08229f4ac43e.tar.gz
Upgrade rust/crates/quiche to 0.9.0
Test: make Change-Id: I438d6a167e6e0bbfe38785ba13c33a285d1c510b Merged-In: Ide718a0186b4d1d9700b05623a7ee3b692062ea6
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index 4d853aa..f0d9d93 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -18,7 +18,7 @@ fn_single_line = false
where_single_line = false
imports_indent = "Block"
imports_layout = "Vertical"
-merge_imports = false
+imports_granularity = "Item"
reorder_imports = true
reorder_modules = true
reorder_impl_items = true