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

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