File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -536,6 +536,14 @@ clang-format
536536 literals.
537537- Add ``Leave `` suboption to ``IndentPPDirectives ``.
538538- Add ``AllowBreakBeforeQtProperty `` option.
539+ - Add ``BreakAfterOpenBracketBracedList'', ``BreakAfterOpenBracketFunction'',
540+ ``BreakAfterOpenBracketIf ``, ``BreakAfterOpenBracketLoop ``,
541+ ``BreakAfterOpenBracketSwitch ``, ``BreakBeforeCloseBracketBracedList'',
542+ ``BreakBeforeCloseBracketFunction ``, ``BreakBeforeCloseBracketIf ``,
543+ ``BreakBeforeCloseBracketLoop ``, ``BreakBeforeCloseBracketSwitch `` options.
544+ - Deprecate ``AlwaysBreak `` and ``BlockIndent `` suboptions from the
545+ ``AlignAfterOpenBracket `` option, and make ``AlignAfterOpenBracket `` a
546+ ``bool `` type.
539547
540548libclang
541549--------
You can’t perform that action at this time.
0 commit comments