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
BinPackArguments: false
# BinPackLongBracedList: false
# BinPackParameters: OnePerLine
BinPackParameters: true
BinPackLongBracedList: false
BinPackParameters: OnePerLine
AllowAllArgumentsOnNextLine: true
AllowAllParametersOfDeclarationOnNextLine: true