Sign in
rust
/
rustfmt
/
refs/heads/libsyntax
/
.
/
tests
/
target
/
configs-disable_all_formatting-false.rs
blob: 1a0477ddb39ee957bb06582e3e4e9b5ef1c543ba [
file
] [
log
] [
blame
]
// rustfmt-disable_all_formatting: false
// Disable all formatting
fn
main
()
{
if
lorem
{
println
!(
"ipsum!"
);
}
else
{
println
!(
"dolor!"
);
}
}