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