Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Pasting heredoc doesn't auto indent correctly #79

Open
@jnunemaker

Description

@jnunemaker
  1. Paste heredoc:
sql = <<-SQL
  blah1
  blah2
SQL
  1. Expect:
sql = <<-SQL
  blah1
  blah2
SQL
  1. Actual:
sql = <<-SQL
blah1
blah2
SQL

Note the missing indention for blah1 and blah2. I've noticed it with other things in ruby as well like certain blocks and if/else statements.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions