Skip to content
Snippets Groups Projects
Commit 67870139 authored by Administrator's avatar Administrator
Browse files

clang-format: pack arguments and parameters

parent 9d06bead
No related branches found
No related tags found
1 merge request!233Fix clang format
......@@ -27,8 +27,8 @@ AlwaysBreakAfterReturnType: None
AlwaysBreakBeforeMultilineStrings: false
AlwaysBreakTemplateDeclarations: Yes
BinPackArguments: false
BinPackParameters: false
BinPackArguments: true
BinPackParameters: true
# Discuss
BreakBeforeBinaryOperators: NonAssignment
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment