Break before '|' for multi-lined match arm pattern
This commit is contained in:
parent
abe6eec910
commit
09d54512da
@ -611,7 +611,7 @@ pub fn get_toml_path(dir: &Path) -> Result<Option<PathBuf>, Error> {
|
||||
"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";
|
||||
|
Loading…
Reference in New Issue
Block a user