You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah this is what the underlying yaml library does - I believe there is already a bug raised against it - but that library isn't getting much love atm.
I plan on switching to another yaml library hopefully sometime this year. It will be a reasonably big job though :/
Describe the bug
Using --indent flag with anything less than or equal to zero results in 4 spaces being used instead.
Version of yq: 4.33.3
Operating system: linux
Installed via: pacman, but also reproducible with locally built binary
Input Yaml
data1.yml:
Command
Actual behavior
Expected behavior
Additional context
This isn't limited to the
-i
(inplace) flag.The text was updated successfully, but these errors were encountered: