2017-04-30 16:49:39 -05:00
|
|
|
// rustfmt-tab_spaces: 2
|
|
|
|
// rustfmt-max_width: 30
|
2017-11-13 01:09:59 -06:00
|
|
|
// rustfmt-indent_style: Block
|
2017-04-30 16:49:39 -05:00
|
|
|
// Tab spaces
|
|
|
|
|
|
|
|
fn lorem() {
|
|
|
|
let ipsum = dolor();
|
|
|
|
let sit = vec![
|
|
|
|
"amet",
|
|
|
|
"consectetur",
|
|
|
|
"adipiscing",
|
|
|
|
"elit.",
|
|
|
|
];
|
|
|
|
}
|