-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Open
Labels
clang-formatenhancementImproving things as opposed to bug fixing, e.g. new or missing featureImproving things as opposed to bug fixing, e.g. new or missing feature
Description
It would be nice if I could unconditionally (or, particularly for arguments, whenever there are multiple) break parameter and argument lists (not just when they're long).
I am aware of:
AlignAfterOpenBracket
AllowAllParametersOfDeclarationOnNextLine
BinPackParameters
ExperimentalAutoDetectBinPacking
PenaltyBreakBeforeFirstCallParameter
PenaltyBreakOpenParenthesis
As far as I am aware though, this functionality is not (yet) available.
Zingam, H-G-Hristov, inkychris, A-Sam, HantaoPan and 16 more
Metadata
Metadata
Assignees
Labels
clang-formatenhancementImproving things as opposed to bug fixing, e.g. new or missing featureImproving things as opposed to bug fixing, e.g. new or missing feature