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

12 lines
196 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."
];
}