use bool, not OnePerLine

This commit is contained in:
SimonFJ20 2026-03-20 13:33:34 +01:00
parent 127690ce50
commit d164078b56

View File

@ -8,7 +8,10 @@ AllowShortFunctionsOnASingleLine: None
BinPackArguments: false
BinPackLongBracedList: false
BinPackParameters: OnePerLine
# replace this when when github actions/ubuntu has a new enough LLVM version
# BinPackParameters: OnePerLine
BinPackParameters: true
AllowAllArgumentsOnNextLine: true
AllowAllParametersOfDeclarationOnNextLine: true