这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@heinezen
Copy link
Member

Finnaly let's us auto-format the enclosing bracket on a new line.

Before:

this->display_shader->new_mom(
    "mass",
    1337,
    "hide",
    false);

After:

this->display_shader->new_mom(
    "mass",
    1337,
    "hide",
    false
);

@heinezen heinezen added lang: c++ Done in C++ code code quality Does not alter behavior, but beauty of our code labels Nov 23, 2023
Copy link
Member

@TheJJ TheJJ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeey

@TheJJ TheJJ merged commit bfa99b5 into SFTtech:master Nov 23, 2023
heinezen added a commit to heinezen/openage that referenced this pull request Nov 27, 2023
…ign"

This reverts commit bfa99b5, reversing
changes made to 4334fff.
heinezen added a commit to heinezen/openage that referenced this pull request Nov 28, 2023
…ign"

This reverts commit bfa99b5, reversing
changes made to 4334fff.
TheJJ added a commit that referenced this pull request Nov 30, 2023
Revert "Merge pull request #1602 from heinezen/clang-format-align"
@heinezen heinezen deleted the clang-format-align branch December 25, 2023 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

code quality Does not alter behavior, but beauty of our code lang: c++ Done in C++ code

Projects

Development

Successfully merging this pull request may close these issues.

2 participants