Sign in
rust
/
rustfmt
/
HEAD
/
.
/
tests
/
source
/
configs
/
disable_all_formatting
/
true.rs
blob: 56955bf384d6b2b7df5bfcb556ddc80a4902e507 [
file
] [
log
] [
blame
]
// rustfmt-disable_all_formatting: true
// Disable all formatting
fn
main
()
{
iflorem
{
println
!(
"ipsum!"
);}
else
{
println
!(
"dolor!"
);}
}