From 5129384fc0b6f51d315fd528d7769dd638018b88 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 10 Jul 2022 16:06:50 +0200 Subject: style: group imports --- rustfmt.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'rustfmt.toml') diff --git a/rustfmt.toml b/rustfmt.toml index fcb17fe..b689c7b 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,3 +1,4 @@ max_width = 90 brace_style = "AlwaysNextLine" +group_imports = "StdExternalCrate" -- cgit v1.2.3-18-g5258