re-add new clang-format feature

This commit is contained in:
sfja 2026-03-25 22:37:18 +01:00
parent e31561bcd3
commit 1e9740e544

View File

@ -7,9 +7,8 @@ InsertNewlineAtEOF: true
AllowShortFunctionsOnASingleLine: None AllowShortFunctionsOnASingleLine: None
BinPackArguments: false BinPackArguments: false
# BinPackLongBracedList: false BinPackLongBracedList: false
# BinPackParameters: OnePerLine BinPackParameters: OnePerLine
BinPackParameters: true
AllowAllArgumentsOnNextLine: true AllowAllArgumentsOnNextLine: true
AllowAllParametersOfDeclarationOnNextLine: true AllowAllParametersOfDeclarationOnNextLine: true