Skip to content

Extra white space in CASE WHEN statements #160

@bw-tech

Description

@bw-tech

Describe the bug

CASE WHEN statements that are longer than 82 characters create new lines that are severely indented.

To Reproduce

Have a CASE WHEN statement with the WHEN clause being 82 characters are longer.

Expected behavior

Not having the new formatted lines being indented beyond the previous lines.


I think the issues is the reformat_too_long_line method in core.py. Looks like there could be issues with the out_list list.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions