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