Skip to content

indenting: keywords should all left align #52

@docwhat

Description

@docwhat

Keywords (such as FROM and RUN) should always be flush left.

I would expect that given this Dockerfile:

    FROM ubuntu
       RUN echo hi

That indenting it should result in:

FROM ubuntu
RUN echo hi

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions