ruby-formatter/rufo

Nested one liner "if" statement has odd indentation

bessey opened this issue · 0 comments

Notice the extended spacing before else

if blah
  if this then that   else flap end
end

But formats correctly without the nested if:

if this then that else flap end

On Rufo 0.4.1