rust/tests/source/configs-hard_tabs-true.rs

7 lines
88 B
Rust
Raw Normal View History

// rustfmt-hard_tabs: true
// Hard tabs
fn lorem() -> usize {
42 // spaces before 42
}