summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/configs/indent_style/default.rs
blob: a8f0902b34ea928fc3fc50ade7070d7beaab7b4e (plain)
1
2
3
4
5
6
7
8
9
10
11
// rustfmt-indent_style: Visual
// Where style

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