clang-format: fix break of arguments

This commit is contained in:
Bruno BELANYI 2021-10-08 15:27:52 +02:00
parent 5b3ea6e976
commit 66747de1bb
1 changed files with 4 additions and 0 deletions

View File

@ -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
---