Skip to content

Commit

Permalink
.clang-format: Break after case label
Browse files Browse the repository at this point in the history
This is either a new option, or the default was changed.

Changelog: None
Ticket: None
Signed-off-by: Ole Herman Schumacher Elgesem <ole@northern.tech>
  • Loading branch information
olehermanse committed Sep 11, 2020
1 parent d97af5c commit 5eb48ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ AllowShortIfStatementsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
BreakBeforeBraces: Custom
BraceWrapping:
AfterCaseLabel: true
AfterControlStatement: true
AfterEnum: true
AfterFunction: true
Expand Down

0 comments on commit 5eb48ac

Please sign in to comment.