]> git.proxmox.com Git - rustc.git/blob - src/tools/rustfmt/tests/source/configs/tab_spaces/4.rs
da61bbd42a7c75267c9a7731406b4ff92712487e
[rustc.git] / src / tools / rustfmt / tests / source / configs / tab_spaces / 4.rs
1 // rustfmt-tab_spaces: 4
2 // rustfmt-max_width: 30
3 // rustfmt-indent_style: Block
4 // Tab spaces
5
6 fn lorem() {
7 let ipsum = dolor();
8 let sit = vec![
9 "amet", "consectetur", "adipiscing", "elit."
10 ];
11 }