Sign in
◑
Theme
rust
/
rust
/
656d4e8a962ca51f7a76167fc762fabfaec0cbbd
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
configs
/
tab_spaces
/
2.rs
blob: 85961706ea72f909620cc0ee85396f9f355f9c2c [
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."
,
];
}