[clang] [clang-format] Add BreakAfterOpenBracket* and BreakBeforeCloseBracket* (PR #108332)
Gedare Bloom via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 25 13:18:02 PDT 2025
================
@@ -203,19 +203,6 @@ template <> struct MappingTraits<FormatStyle::BraceWrappingFlags> {
}
};
-template <> struct ScalarEnumerationTraits<FormatStyle::BracketAlignmentStyle> {
----------------
gedare wrote:
I tried it out anyway, the way I could see how to do it so that `libFormat` breaks but `clang-format` does not. I don't really like how the documentation turns out. Certainly open to suggestions.
https://github.com/llvm/llvm-project/pull/108332
More information about the cfe-commits
mailing list