add Chapter10
This commit is contained in:
9
Chapter10/lambdas/.clang-format
Normal file
9
Chapter10/lambdas/.clang-format
Normal file
@@ -0,0 +1,9 @@
|
||||
IndentWidth: 4
|
||||
KeepEmptyLinesAtTheStartOfBlocks: false
|
||||
BreakBeforeBraces: Allman
|
||||
ColumnLimit: 80
|
||||
SpaceBeforeParens: Never
|
||||
AlignTrailingComments: true
|
||||
AllowAllParametersOfDeclarationOnNextLine: true
|
||||
AllowShortFunctionsOnASingleLine: false
|
||||
AllowShortIfStatementsOnASingleLine: false
|
||||
Reference in New Issue
Block a user