From 342d4720576369f83d88b0dbde6ca5d58aebd252 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Sat, 30 Aug 2025 01:57:49 -0400 Subject: Automatically reorder imports to my preferred style. --- rustfmt.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'rustfmt.toml') diff --git a/rustfmt.toml b/rustfmt.toml index 26527d9..0a2eec8 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -3,3 +3,4 @@ # # Yes, this is why the `check-format` and `reformat` tools use `+nightly`. imports_granularity = "crate" +group_imports = "StdExternalCrate" -- cgit v1.2.3