rust/tests/source/configs-where_pred_indent-visual.rs

7 lines
162 B
Rust
Raw Normal View History

2017-11-13 01:09:59 -06:00
// rustfmt-indent_style: Visual
// Where predicate indent
fn lorem<Ipsum, Dolor, Sit, Amet>() -> T where Ipsum: Eq, Dolor: Eq, Sit: Eq, Amet: Eq {
// body
}