rust/tests/target/configs/indent_style/default.rs

12 lines
185 B
Rust

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