summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/configs/hard_tabs/true.rs
blob: 738922a4dfb0400451874fa7a74ab76e13f0733f (plain)
1
2
3
4
5
6
// rustfmt-hard_tabs: true
// Hard tabs

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