Skip to content

[clang-format] AlwaysOnePerLine of BinPackParameters breaks on templates #142883

Open
@heyer2

Description

@heyer2

As an example, this:

void my_func(
    std::array<int32_t, 3>* a);

becomes this:

void my_func(
    std::array<
        int32_t,
        3>* a);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions