Skip to content

Commit

Permalink
Update .clang-format break after return type
Browse files Browse the repository at this point in the history
  • Loading branch information
streeve committed Aug 24, 2023
1 parent f3b2008 commit 21b4d34
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 @@ -8,4 +8,5 @@ IndentWidth: 4
SpacesInParentheses: true
BreakConstructorInitializersBeforeComma: true
PointerAlignment: Left
AlwaysBreakAfterReturnType: None
KeepEmptyLinesAtTheStartOfBlocks: false

0 comments on commit 21b4d34

Please sign in to comment.