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

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