From fdcc93339c7ce279dd2d6593441bbe928401a1f2 Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Fri, 30 Sep 2022 08:56:51 -0400 Subject: [PATCH] set struct_field_align_threshold=20 --- rustfmt.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/rustfmt.toml b/rustfmt.toml index 1994c8d50..8e183aaf4 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,3 +1,4 @@ group_imports = "StdExternalCrate" imports_granularity = "Crate" enum_discrim_align_threshold = 20 +struct_field_align_threshold = 20