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

Assignment body after long left side contains unnecessary newline #965

Open
JonasWanke opened this issue Feb 29, 2024 · 0 comments
Open
Labels
P: Compiler: Formatter Package: Candy's formatter T: Fix Type: Bug Fixes

Comments

@JonasWanke
Copy link
Member

Input

[Colors: [color8Bit], ControlSequences: [selectGraphicRendition], graphicRenditions] =
use "AnsiEscapeSequences"

Actual Output

[Colors: [color8Bit], ControlSequences: [selectGraphicRendition], graphicRenditions] =
use
"AnsiEscapeSequences"

Desired Output

[Colors: [color8Bit], ControlSequences: [selectGraphicRendition], graphicRenditions] =
use "AnsiEscapeSequences"

Relevant Logs

No response

Additional Information

No response

@JonasWanke JonasWanke added P: Compiler: Formatter Package: Candy's formatter T: Fix Type: Bug Fixes labels Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P: Compiler: Formatter Package: Candy's formatter T: Fix Type: Bug Fixes
Projects
Status: No status
Development

No branches or pull requests

1 participant