From aaa4e19a48fd1fb918679c6e10a2eaad2558dc11 Mon Sep 17 00:00:00 2001 From: cyqsimon <28627918+cyqsimon@users.noreply.github.com> Date: Wed, 20 Jul 2022 14:00:23 +0800 Subject: [PATCH] Add `rustfmt.toml` to enforce formatter style --- rustfmt.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 rustfmt.toml diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 000000000..60738a8e0 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,2 @@ +# This empty config file ensures the default formatter settings are enforced for +# all contributors, regardless of their custom global settings.