Skip to content

Wrong indentation #16

@idanarye

Description

@idanarye

Before:

void foo() {
    bar({
        if (true) {
            baz();
        }
    });
}

after aligning the entire file:

void foo() {
    bar({
        if (true) {
            baz();
        }
    });
    }

dfmt version: dfmt 0.4.0-beta

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions