Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[clang-format] Add AlignAfterOpenBracketOptions #108332

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Commits on Oct 18, 2024

  1. Format: add AlignAfterOpenBracketOptions

    Introduce new options to allow for control of AlwaysBreak and
    BlockIndent selectively for If conditional statements (as currently
    supported), other conditional statements (for/while/switch), and
    other statements.
    
    Fixes llvm#67738.
    Fixes llvm#79176.
    Fixes llvm#80123.
    gedare committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    f21e1c6 View commit details
    Browse the repository at this point in the history
  2. Update release notes

    gedare committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    6a4640f View commit details
    Browse the repository at this point in the history