Skip to content

Incorrect indentation when there's a comma and a newline #79

@chibicode

Description

@chibicode

Originally reported here: atom/language-ruby#7

Example:

class Example
  def test
    ["a",
     "b"]
  end
end

After running Indent Selection:

class Example
  def test
    ["a",
       "b"]
    end
  end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions