Skip to content
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

yamlfix squashes | notation #237

Closed
I-Would-Like-To-Report-A-Bug-Please opened this issue May 1, 2023 · 2 comments
Closed

yamlfix squashes | notation #237

I-Would-Like-To-Report-A-Bug-Please opened this issue May 1, 2023 · 2 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@I-Would-Like-To-Report-A-Bug-Please

Description

| notation shouldn't be squashed

Steps to reproduce

Have yaml like that

test: |
  Onetwothree  

  Onetwothree

  Onetwothree

Current behavior

test: |
  Onetwothree  
  Onetwothree
  Onetwothree

Desired behavior

test: |
  Onetwothree  

  Onetwothree

  Onetwothree

Environment

1.9.0

@I-Would-Like-To-Report-A-Bug-Please I-Would-Like-To-Report-A-Bug-Please added the bug Something isn't working label May 1, 2023
@lyz-code
Copy link
Owner

lyz-code commented May 2, 2023

Hi @I-Would-Like-To-Report-A-Bug-Please thank you for taking the time to create the issue. It looks similar to #230 and #231. So the fix should take into account those issues too. Sadly it won't be between my priorities to develop it but I'll review any PR you or other make though :).

A work in progress PR is open #232 in case you want to help it move forward or base the solution of this issue on it

@lyz-code lyz-code added the help wanted Extra attention is needed label May 6, 2023
@lyz-code
Copy link
Owner

This should be fixed by @Klavionik contribution #244 and is available since 1.10.0 please use the Whitelines Adjustment configuration whitelines.

If it's not we can always reopen the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants