From d184acc6d6a8713ddd1067fa57996e8fb8392c6f Mon Sep 17 00:00:00 2001 From: Tadeo hepperle Date: Tue, 25 Apr 2023 17:29:28 +0200 Subject: [PATCH] rustfmt toml --- rustfmt.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 rustfmt.toml diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000000..c8380bea99 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,5 @@ +max_width = 100 +hex_literal_case = "Lower" +imports_granularity = "Crate" +group_imports = "StdExternalCrate" +reorder_imports = true \ No newline at end of file