From b5ffc4d274e40acc86e5c270d777d933612bdefb Mon Sep 17 00:00:00 2001 From: _cry64 Date: Sat, 28 Mar 2026 23:59:54 +1000 Subject: [PATCH] leading pipes never ;w; --- rustfmt.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index ece99fb..d9417d1 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -40,7 +40,7 @@ imports_layout = "HorizontalVertical" # Horizontal|Vertical|HorizontalVertical|M indent_style = "Block" # Block|Visual inline_attribute_width = 0 match_arm_blocks = true -match_arm_leading_pipes = "Always" # Preserve|Always|Never +match_arm_leading_pipes = "Never" # Preserve|Always|Never match_arm_indent = true match_block_trailing_comma = true max_width = 100