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

inconsistent indent for if statements #428

Open
drzel opened this issue Feb 23, 2021 · 2 comments
Open

inconsistent indent for if statements #428

drzel opened this issue Feb 23, 2021 · 2 comments

Comments

@drzel
Copy link

drzel commented Feb 23, 2021

    foo = if true
            "foo"
          else
            "bar"
          end

    foo + if true
            "foo"
    else
      "bar"
    end
@dortin42
Copy link

@drzel did you find any workaround? I'm having the same issue in NeoVim

@drzel
Copy link
Author

drzel commented Nov 29, 2021

Afraid not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants