[clang] [clang-format] Add BreakAfterOpenBracket* and BreakBeforeCloseBracket* (PR #108332)
Björn Schäpers via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 25 11:54:42 PDT 2025
================
@@ -543,21 +544,6 @@ TEST(ConfigParseTest, ParsesConfiguration) {
CHECK_PARSE("EnumTrailingComma: Remove", EnumTrailingComma,
FormatStyle::ETC_Remove);
- Style.AlignAfterOpenBracket = FormatStyle::BAS_AlwaysBreak;
----------------
HazardyKnusperkeks wrote:
As stated above, parsing checks have to be there, and would be a bit more complex.
https://github.com/llvm/llvm-project/pull/108332
More information about the cfe-commits
mailing list