We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
YAML fragments are supported in docker-compose.yaml.
The following minimal example has its &anchor broken when formatted:
version: "3.5" x-anchor: &anchor FOO: bar services: example: image: alpine
Formatting makes the following change:
I would expect the compose formatter to not insert newlines that break supported syntax.
The text was updated successfully, but these errors were encountered:
Thanks @justinbowes! I'll move this to the compose language service repository.
Sorry, something went wrong.
No branches or pull requests
YAML fragments are supported in docker-compose.yaml.
The following minimal example has its &anchor broken when formatted:
Formatting makes the following change:
I would expect the compose formatter to not insert newlines that break supported syntax.
The text was updated successfully, but these errors were encountered: