Skip to content

Commit bc905d9

Browse files
committed
add BeforeLambdaBody to .clang-format
1 parent 662444f commit bc905d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.clang-format

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ BraceWrapping:
1212
AfterUnion: true
1313
BeforeCatch: true
1414
BeforeElse: true
15+
BeforeLambdaBody: true
1516
IndentBraces: false
1617
BreakConstructorInitializersBeforeComma: false
1718
Cpp11BracedListStyle: true

0 commit comments

Comments
 (0)