Skip to content

Formatter removes comments from if statement #164

Closed
@davidtaylorhq

Description

@davidtaylorhq

Given the input

if true #comment1
  #comment2
end

The syntax_tree formatter removes #comment1, leaving only #comment2

if true
  #comment2
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions