Skip to content

Commit

Permalink
🔀 Merge branch 'ladislas/feature/clang-format-lambdas' into develop
Browse files Browse the repository at this point in the history
* ladislas/feature/clang-format-lambdas:
  🎨 (clang-format): Set lambda formatting
  • Loading branch information
ladislas committed Mar 30, 2021
2 parents ffcf7aa + e5ee629 commit 5373c81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,14 @@ KeepEmptyLinesAtTheStartOfBlocks: false

AllowShortFunctionsOnASingleLine: Inline
AllowShortBlocksOnASingleLine: Never
AllowShortLambdasOnASingleLine: All

BreakBeforeBraces: Custom
BraceWrapping:
AfterClass: true
AfterFunction: true
AfterEnum: true
AfterNamespace: false
BeforeLambdaBody: false

IndentPPDirectives: BeforeHash

0 comments on commit 5373c81

Please sign in to comment.