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
# ℹ️ Environment details
- OS: `openSUSE Leap 15.4`
- Python runtime: `3.10.10`
- The output of `yamlfixer --version`: `yamlfixer v0.9.15`
- Used shell: bash
# Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
1️⃣ Description
I have "valid" YAML file with not the best list indents and yamlfixer breaks it
📑 Steps to Reproduce
Steps to reproduce the behavior:
test.yml
like this:Then run that:
yamlfixer --nochange --summary --diffto my.patch test.yml
I get such change:
2️⃣ Expected behavior
All lines with elements
1
,2
and3
should be indented with two extra spaces like this:Diff should look like this:
The text was updated successfully, but these errors were encountered: