rust/tests/target/configs-where_pred_indent-visual.rs
2017-11-13 17:33:32 +09:00

11 lines
196 B
Rust

// rustfmt-indent_style: Visual
// Where predicate indent
fn lorem<Ipsum, Dolor, Sit, Amet>() -> T
where Ipsum: Eq,
Dolor: Eq,
Sit: Eq,
Amet: Eq
{
// body
}