Sign in
rust
/
rust
/
5faeb43a5cf2d4acf83c664051f8945296ea5bd2
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
configs
/
indent_style
/
block_chain.rs
blob: 41d91469114c9afec7971da29a9635027bdb109c [
file
]
// rustfmt-indent_style: Block
// Chain indent
fn
main
()
{
let
lorem
=
ipsum
.
dolor
().
sit
().
amet
().
consectetur
().
adipiscing
().
elite
();
}