Skip to content

Commit

Permalink
clang-format: add AfterCaseLabel option from clang-10
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Id230561133d147c223cee3fb033978373b72f6c6
  • Loading branch information
williamspatrick committed May 21, 2020
1 parent 74d3bf4 commit b6de196
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions style/cpp/.clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ AlwaysBreakTemplateDeclarations: Yes
BinPackArguments: true
BinPackParameters: true
BraceWrapping:
AfterCaseLabel: true
AfterClass: true
AfterControlStatement: true
AfterEnum: true
Expand Down

0 comments on commit b6de196

Please sign in to comment.