clang-format: tweaks

This commit is contained in:
Dirk-Jan C. Binnema 2021-11-22 21:54:03 +02:00
parent 0ade4ecfa7
commit e8719889d8
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@ AllowShortIfStatementsOnASingleLine: 'false'
AllowShortLambdasOnASingleLine: 'All'
AlwaysBreakAfterReturnType: 'TopLevelDefinitions'
BraceWrapping:
BeforeLambdaBody: 'false'
BeforeLambdaBody: 'false'
BinPackArguments: 'false'
BinPackParameters: 'false'
BreakBeforeBraces: 'WebKit'
@ -23,6 +23,7 @@ ColumnLimit: '100'
Cpp11BracedListStyle: 'true'
DerivePointerAlignment: 'false'
IndentCaseLabels: 'false'
IndentGotoLabels: 'false'
IndentWidth: '8'
IndentAccessModifiers: 'false'
KeepEmptyLinesAtTheStartOfBlocks: 'false'