From 0a0ff925980e8fe6cb184172a99a4e65e69987f8 Mon Sep 17 00:00:00 2001 From: "Joshua J. Bouw" Date: Mon, 1 Feb 2021 17:16:55 +0700 Subject: [PATCH] chore: add rustfmt params --- rustfmt.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 rustfmt.toml diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000000..7a16c62e5c --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,4 @@ +merge_imports = true +use_field_init_shorthand = true +reorder_imports = true +reorder_modules = true