Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
configs
/
indent_style
/
visual_chain.rs
blob: b74948753980354d1424e5468121e4ffac2be237 [
file
] [
log
] [
blame
]
// rustfmt-indent_style: Visual
// Chain indent
fn
main
()
{
let
lorem
=
ipsum
.
dolor
().
sit
().
amet
().
consectetur
().
adipiscing
().
elite
();
}