Skip to content

Inconsistent use of newline before braces on functions #7395

@badasahog

Description

@badasahog

Sometimes there's a newline before the brace, sometimes not.

For example:

int has_new_line()
{
}

int no_new_line() {
}

I suggest doing the new line, but I'll await suggestions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Lowcode-qualityIssues related to improving code quality/readability

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions