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

Incorrect indentation formatting in select block #7624

Open
vladfaust opened this issue Apr 4, 2019 · 1 comment
Open

Incorrect indentation formatting in select block #7624

vladfaust opened this issue Apr 4, 2019 · 1 comment

Comments

@vladfaust
Copy link
Contributor

case
when 1
  # This is OK
  foo
when 2
  # This is OK
  bar
end

select
when x
# Not OK
  foo
when y
# Still not OK
  bar
end
@vladfaust
Copy link
Contributor Author

This could be put in one box I guess. Note then indentation:

case
when x  then foo
when yz then bar
end

select
when x then foo
when yz then bar
end

@vladfaust vladfaust changed the title Incorrect comments indentation formatting in select block Incorrect indentation formatting in select block Apr 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants