clang-format: fix break of arguments
This commit is contained in:
parent
5b3ea6e976
commit
66747de1bb
|
@ -7,4 +7,8 @@ Language: Cpp
|
|||
# Force pointers to the type for C++.
|
||||
DerivePointerAlignment: false
|
||||
PointerAlignment: Left
|
||||
|
||||
# Break after every argument or not at all
|
||||
BinPackArguments: false
|
||||
BinPackParameters: false
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue