From 5d68bb57d30dfe204427a69d841a52cfe2d9020a Mon Sep 17 00:00:00 2001 From: Pi Delport Date: Thu, 10 Jun 2021 18:25:17 +0200 Subject: [PATCH] style(rustfmt): enable stricter import formatting --- .rustfmt.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.rustfmt.toml b/.rustfmt.toml index 0dc6a068..4618d389 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -1 +1,5 @@ # https://rust-lang.github.io/rustfmt/ + +imports_layout = "HorizontalVertical" +imports_granularity = "Module" +group_imports = "StdExternalCrate"