-
Notifications
You must be signed in to change notification settings - Fork 15
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
Dev #110
base: main
Are you sure you want to change the base?
Dev #110
Conversation
Label error. Requires exactly 1 of: bug, enhancement, major, minor, patch, skip-changelog. Found: |
I don't see a change that documents this new setting. |
Aw sorry I did not intend to send a real PR, just try some things, will switch to draft. |
@smurfix I'm trying to build a command line yaml editor using jq/yq syntax, but it has to be able to edit complex yaml files in a very stable way, i.e. even better than the current round trip functionality. For now I had two unstability issues One with "- True" becoming "- true", this can be patched easily with Another with inconsistent indents for block sequences, for example this is a "valid" yaml:
But apparently it cannot be stabilized in a round trip call without storing the local indent somewhere, which I try in this PR, using |
for more information, see https://pre-commit.ci
No description provided.