From 4266777713ddfdbb3d14091ba70251e3a42019b4 Mon Sep 17 00:00:00 2001 From: evenyag Date: Thu, 21 Apr 2022 18:01:31 +0800 Subject: [PATCH] style: add rustfmt.toml, group imports --- rustfmt.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rustfmt.toml diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000000..f3dae047e2 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,3 @@ +group_imports = "StdExternalCrate" + +