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
Hi @ltog, thanks for taking the time to open another issue. I agree that the desired behaviour is the one you expect. I'm not sure what is the algorithm ruyaml uses to split long lines, probably is something to look upstream. As with the other issue, if you could submit a PR it would be awesome
Description
I use YAMLFIX_LINE_LENGTH and would expect that lines will not get longer than this number of characters. But they get longer anyway.
Steps to reproduce
long.yaml
:YAMLFIX_LINE_LENGTH="120" yamlfix long.yaml
Current behavior
The content of
long.yaml
will be:Desired behavior
The output should be shorter, e.g.
If this is actually the desired behaviour, this should be written more clearly in the documentation.
Environment
The text was updated successfully, but these errors were encountered: