summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/configs/disable_all_formatting/false.rs
blob: 834ca7a3c89e58b57be2dda5e259842e138511af (plain)
1
2
3
4
5
6
// rustfmt-disable_all_formatting: false
// Disable all formatting

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