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

Heredoc issue: rufo keeps indenting forever #194

Open
taw opened this issue Dec 4, 2019 · 2 comments
Open

Heredoc issue: rufo keeps indenting forever #194

taw opened this issue Dec 4, 2019 · 2 comments

Comments

@taw
Copy link

taw commented Dec 4, 2019

describe "Deck legality" do
  def build_deck_of_size(mb, sb)
    parse_decklist <<~EOF
    #{mb}x Forest
    Sideboard
    #{sb}x Mountain
    EOF
  end
end

It keeps reindenting line with Forest. After a few runs it's:

describe "Deck legality" do
  def build_deck_of_size(mb, sb)
    parse_decklist <<~EOF
                                                                                                          #{mb}x Forest
    Sideboard
    #{sb}x Mountain
                   EOF
  end
end
@gstamp
Copy link

gstamp commented Mar 30, 2020

I'm also seeing this one.

@Fuuzetsu
Copy link

Fuuzetsu commented Apr 9, 2021

Likewise; having to stop using squiggly heredocs...

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

3 participants