clang-format: tweaks

This commit is contained in:
Dirk-Jan C. Binnema 2022-01-23 10:29:22 +02:00
parent aa2ba0f102
commit 3e3d26be8f
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,5 @@
---
Language: 'Cpp'
AccessModifierOffset: -8
AlignAfterOpenBracket: 'Align'
AlignConsecutiveAssignments: 'true'
@ -16,8 +17,8 @@ AllowShortLambdasOnASingleLine: 'All'
AlwaysBreakAfterReturnType: 'TopLevelDefinitions'
BraceWrapping:
# BeforeLambdaBody: 'false'
BinPackArguments: 'false'
BinPackParameters: 'false'
BinPackArguments: 'true'
BinPackParameters: 'true'
BreakBeforeBraces: 'WebKit'
ColumnLimit: '0'
Cpp11BracedListStyle: 'true'
@ -27,7 +28,6 @@ IndentGotoLabels: 'false'
IndentWidth: '8'
IndentAccessModifiers: 'false'
KeepEmptyLinesAtTheStartOfBlocks: 'false'
Language: 'Cpp'
MaxEmptyLinesToKeep: '1'
PenaltyBreakAssignment: '3'
PenaltyBreakBeforeFirstCallParameter: '15'