Add a new option PackConstructorInitializers and deprecate the related options ConstructorInitializerAllOnOneLineOrOnePerLine and AllowAllConstructorInitializersOnNextLine. Below is the mapping:
PackConstructorInitializers ConstructorInitializer... AllowAll... Never - - BinPack false - CurrentLine true false NextLine true true
The option value Never fixes PR50549 by always placing each constructor initializer on its own line. Please see D105099 for previous discussions.
Also need to handle the default value PCIS_NextLine for Google and Chromium styles: