summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/configs/disable_all_formatting/true.rs
blob: 736ccf56942386567c0818e15f5ac0de8ed14225 (plain)
1
2
3
4
5
6
// rustfmt-disable_all_formatting: true
// Disable all formatting

fn main() {
    if lorem{println!("ipsum!");}else{println!("dolor!");}
}