Skip to content

Commit

Permalink
clang-format: do not warp after else statements
Browse files Browse the repository at this point in the history
  • Loading branch information
lordfolken committed Sep 22, 2024
1 parent 673a0f0 commit 39f49e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ AlwaysBreakAfterReturnType: TopLevelDefinitions
AllowShortIfStatementsOnASingleLine: AllIfsAndElse
BraceWrapping:
BeforeElse: false
AfterControlStatement: MultiLine
BreakBeforeBraces: Allman
AfterControlStatement: false
AfterFunction: true
BreakBeforeBraces: Custom

0 comments on commit 39f49e8

Please sign in to comment.