7 lines
88 B
Rust
7 lines
88 B
Rust
|
// rustfmt-hard_tabs: true
|
||
|
// Hard tabs
|
||
|
|
||
|
fn lorem() -> usize {
|
||
|
42 // spaces before 42
|
||
|
}
|