Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
configs
/
indent_style
/
default.rs
blob: f08f5c64460a7c7c4c818e6d7d745f9bedadbaaa [
file
]
// rustfmt-indent_style: Visual
// Where style
fn
lorem
<
Ipsum
,
Dolor
,
Sit
,
Amet
>()
->
T where
Ipsum
:
Eq
,
Dolor
:
Eq
,
Sit
:
Eq
,
Amet
:
Eq
{
// body
}