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 @@ -586,6 +586,14 @@ clang-format
586586 literals.
587587- Add ``Leave `` suboption to ``IndentPPDirectives ``.
588588- Add ``AllowBreakBeforeQtProperty `` option.
589+ - Add ``BreakAfterOpenBracketBracedList'', ``BreakAfterOpenBracketFunction'',
590+ ``BreakAfterOpenBracketIf ``, ``BreakAfterOpenBracketLoop ``,
591+ ``BreakAfterOpenBracketSwitch ``, ``BreakBeforeCloseBracketBracedList'',
592+ ``BreakBeforeCloseBracketFunction ``, ``BreakBeforeCloseBracketIf ``,
593+ ``BreakBeforeCloseBracketLoop ``, ``BreakBeforeCloseBracketSwitch `` options.
594+ - Deprecate ``AlwaysBreak `` and ``BlockIndent `` suboptions from the
595+ ``AlignAfterOpenBracket `` option, and make ``AlignAfterOpenBracket `` a
596+ ``bool `` type.
589597
590598libclang
591599--------
You can’t perform that action at this time.
0 commit comments