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