Skip to content

[Feature Request] Remove extra spaces/Add missing spaces #8

Open
@Samuel-Therrien-Beslogic

Description

These line:

RUN rm     -rf /usr/share/nginx/html/*
ENTRYPOINT ["nginx",     "-g" ,"daemon off;" ]

Would be formatted to this:

RUN rm -rf /usr/share/nginx/html/*
ENTRYPOINT ["nginx", "-g", "daemon off;"]

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