Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
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
}