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

15 lines
219 B
Rust
Raw Normal View History

// rustfmt-tab_spaces: 2
// rustfmt-max_width: 30
// rustfmt-array_layout: Block
// Tab spaces
fn lorem() {
let ipsum = dolor();
let sit = vec![
"amet",
"consectetur",
"adipiscing",
"elit.",
];
}