// rustfmt-disable_all_formatting: false // Disable all formatting fn main() { if lorem { println!("ipsum!"); } else { println!("dolor!"); } }