From f33f6bf72856071c854a1ca963753320cc4fa9be Mon Sep 17 00:00:00 2001 From: Facebook Community Bot <6422482+facebook-github-bot@users.noreply.github.com> Date: Wed, 12 Oct 2022 12:45:14 -0700 Subject: [PATCH] Re-sync with internal repository --- .rustfmt.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .rustfmt.toml diff --git a/.rustfmt.toml b/.rustfmt.toml new file mode 100644 index 0000000..b7258ed --- /dev/null +++ b/.rustfmt.toml @@ -0,0 +1,8 @@ +# Get help on options with `rustfmt --help=config` +# Please keep these in alphabetical order. +edition = "2021" +group_imports = "StdExternalCrate" +imports_granularity = "Item" +merge_derives = false +use_field_init_shorthand = true +version = "Two"