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
The current configuration options for SnakeYaml layer leads to it outputing badly formatted yaml like:
id: foo version: 42 params: - id: p1 mandatory: true
It seems that setIndentWithIndicator(true) option is missing (and not exposed).
setIndentWithIndicator(true)
See https://gist.github.com/fanf/445e9228cd62bb786960ce2242c1020c for more details.
The text was updated successfully, but these errors were encountered:
Fixes zio#1003: correct indent of seq of objects
140c10c
48b561d
Thank you, @fanf
Sorry, something went wrong.
No branches or pull requests
The current configuration options for SnakeYaml layer leads to it outputing badly formatted yaml like:
It seems that
setIndentWithIndicator(true)
option is missing (and not exposed).See https://gist.github.com/fanf/445e9228cd62bb786960ce2242c1020c for more details.
The text was updated successfully, but these errors were encountered: