Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New indentation doesn't support comments #45

Closed
terlar opened this issue Oct 5, 2018 · 0 comments
Closed

New indentation doesn't support comments #45

terlar opened this issue Oct 5, 2018 · 0 comments

Comments

@terlar
Copy link
Contributor

terlar commented Oct 5, 2018

With the newly introduced indentation support comments gets treated in the wrong way and will be indented as if they were part of previous command.

https://docs.docker.com/engine/reference/builder/#format

FROM alpine
# Example comment
CMD ["echo", "hello"]

Will indent to:

FROM alpine
   # Example comment
CMD ["echo", "hello"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant