Sign in
rust
/
rust
/
08cd08fbef8c6663b052d8d9e4930d5696cbb8a7
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
configs
/
tab_spaces
/
2.rs
blob: 5c2667bc2c792d07214643db3a7382b6d29029af [
file
]
// rustfmt-tab_spaces: 2
// rustfmt-max_width: 30
// rustfmt-indent_style: Block
// Tab spaces
fn
lorem
()
{
let
ipsum
=
dolor
();
let
sit
=
vec
![
"amet"
,
"consectetur"
,
"adipiscing"
,
"elit."
];
}