summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/configs/disable_all_formatting/false.rs
blob: 1a0477ddb39ee957bb06582e3e4e9b5ef1c543ba (plain)
1
2
3
4
5
6
7
8
9
10
// rustfmt-disable_all_formatting: false
// Disable all formatting

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