Set where_density default value to Density::Vertical

This commit is contained in:
Seiichi Uchida 2017-08-01 22:20:04 +09:00
parent 14f416273b
commit 6ab727e6ff

View File

@ -539,7 +539,7 @@ create_config! {
// 1. Should we at least try to put the where clause on the same line as the rest of the
// function decl?
// 2. Currently options `Tall` and `Vertical` produce the same output.
where_density: Density, Density::CompressedIfEmpty, "Density of a where clause";
where_density: Density, Density::Vertical, "Density of a where clause";
where_layout: ListTactic, ListTactic::Vertical, "Element layout inside a where clause";
where_pred_indent: IndentStyle, IndentStyle::Visual,
"Indentation style of a where predicate";