Dockerfile.vim icon indicating copy to clipboard operation
Dockerfile.vim copied to clipboard

indenting: keywords should all left align

Open docwhat opened this issue 6 years ago • 0 comments

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

docwhat avatar Feb 12 '18 18:02 docwhat