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