Sign in
rust
/
rustfmt
/
refs/heads/libsyntax
/
.
/
tests
/
target
/
configs-chain_indent-block.rs
blob: b172e293b720d8296b5b5b47809e4f0b3a684dcb [
file
] [
log
] [
blame
]
// rustfmt-chain_indent: Block
// Chain indent
fn
main
()
{
let
lorem
=
ipsum
.
dolor
()
.
sit
()
.
amet
()
.
consectetur
()
.
adipiscing
()
.
elite
();
}