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