Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested one liner "if" statement has odd indentation #128

Closed
bessey opened this issue Oct 30, 2018 · 0 comments
Closed

Nested one liner "if" statement has odd indentation #128

bessey opened this issue Oct 30, 2018 · 0 comments
Labels

Comments

@bessey
Copy link
Member

bessey commented Oct 30, 2018

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

@bessey bessey added the bug label Oct 30, 2018
gingermusketeer added a commit that referenced this issue Mar 4, 2019
Fix odd indentation of nested one liner "if" statement ( #128 )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant