summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/configs/hard_tabs/false.rs
blob: ccfb53d8c865648c568ffe64d3180eb02cdbd019 (plain)
1
2
3
4
5
6
// rustfmt-hard_tabs: false
// Hard tabs

fn lorem() -> usize {
    42 // spaces before 42
}