Break before '|' for multi-lined match arm pattern

This commit is contained in:
topecongiro 2017-11-16 16:41:09 +09:00
parent abe6eec910
commit 09d54512da

View file

@ -611,7 +611,7 @@ create_config! {
"Force match arm bodies to be in a new lines";
indent_match_arms: bool, true, false, "Indent match arms instead of keeping them at the same \
indentation level as the match keyword";
match_pattern_separator_break_point: SeparatorPlace, SeparatorPlace::Back, false,
match_pattern_separator_break_point: SeparatorPlace, SeparatorPlace::Front, false,
"Put a match sub-patterns' separator in front or back.";
space_before_colon: bool, false, false, "Leave a space before the colon";
space_after_colon: bool, true, false, "Leave a space after the colon";