circe / circe-yaml

YAML parser for circe using SnakeYAML
Apache License 2.0
141 stars 51 forks source link

Added indentWithIndicator option #405

Closed aheiska closed 11 months ago

aheiska commented 11 months ago

I needed to indent yaml like:

array:
  - item 1
  - item 2

This PR adds snakeYamls indentWithIndicator to io.circe.yaml.v12.Printer.Config that together with indicatorIndent allows printing format above.

aheiska commented 11 months ago

Never mind. There was an equal PR already.