From 75e4eb42c265f7d310c1589f44943171e63d5a9d Mon Sep 17 00:00:00 2001 From: "Mayeul@Zama" Date: Mon, 31 Jan 2022 17:17:24 +0100 Subject: [PATCH] add imports formatting rule --- .rustfmt.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .rustfmt.toml diff --git a/.rustfmt.toml b/.rustfmt.toml new file mode 100644 index 000000000..d9c6de2e5 --- /dev/null +++ b/.rustfmt.toml @@ -0,0 +1 @@ +imports_granularity = "Module" \ No newline at end of file