More clang-format updates to parameter/argument lists

pull/1215/head
Stephen Shelton 4 years ago
parent 205549a1c3
commit 95ec728079
No known key found for this signature in database
GPG Key ID: EE4BADACCE8B631C

@ -1,5 +1,5 @@
BasedOnStyle: Google BasedOnStyle: Google
AlignAfterOpenBracket: Align AlignAfterOpenBracket: AlwaysBreak
AlignConsecutiveAssignments: 'false' AlignConsecutiveAssignments: 'false'
AlignConsecutiveDeclarations: 'false' AlignConsecutiveDeclarations: 'false'
AlignEscapedNewlinesLeft: 'true' AlignEscapedNewlinesLeft: 'true'
@ -32,4 +32,5 @@ SortIncludes: false
ColumnLimit: 100 ColumnLimit: 100
# when wrapping function calls/declarations, force each parameter to have its own line # when wrapping function calls/declarations, force each parameter to have its own line
BinPackParameters: 'true' BinPackParameters: 'false'
BinPackArguments: 'false'

Loading…
Cancel
Save