Skip to content

Commit 5ae74ca

Browse files
committed
Add todo on equal output for where_density = Tall or Vertical
1 parent 7a25773 commit 5ae74ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/config.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,10 @@ create_config! {
357357
type_punctuation_density: TypeDensity, TypeDensity::Wide,
358358
"Determines if '+' or '=' are wrapped in spaces in the punctuation of types";
359359
where_style: Style, Style::Default, "Overall strategy for where clauses";
360-
// Should we at least try to put the where clause on the same line as the rest of the
360+
// TODO:
361+
// 1. Should we at least try to put the where clause on the same line as the rest of the
361362
// function decl?
363+
// 2. Currently options `Tall` and `Vertical` produce the same output.
362364
where_density: Density, Density::CompressedIfEmpty, "Density of a where clause";
363365
where_layout: ListTactic, ListTactic::Vertical, "Element layout inside a where clause";
364366
where_pred_indent: IndentStyle, IndentStyle::Visual,

0 commit comments

Comments
 (0)