]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/configs/disable_all_formatting/false.rs
Add 'src/tools/rustfmt/' from commit '7872306edf2e11a69aaffb9434088fd66b46a863'
[rust.git] / src / tools / rustfmt / tests / target / configs / disable_all_formatting / false.rs
1 // rustfmt-disable_all_formatting: false
2 // Disable all formatting
3
4 fn main() {
5     if lorem {
6         println!("ipsum!");
7     } else {
8         println!("dolor!");
9     }
10 }