rust/tests/target/configs-tab_spaces-4.rs

15 lines
241 B
Rust
Raw Normal View History

// rustfmt-tab_spaces: 4
// rustfmt-max_width: 30
2017-11-13 08:09:59 +01:00
// rustfmt-indent_style: Block
// Tab spaces
fn lorem() {
let ipsum = dolor();
let sit = vec![
"amet",
"consectetur",
"adipiscing",
"elit.",
];
}