Keywords (such as `FROM` and `RUN`) should always be flush left. I would expect that given this `Dockerfile`: ``` dockerfile FROM ubuntu RUN echo hi ``` That indenting it should result in: ``` dockerfile FROM ubuntu RUN echo hi ```
Keywords (such as
FROMandRUN) should always be flush left.I would expect that given this
Dockerfile:That indenting it should result in: