[clang-format] Fix AllowAllConstructorInitializersOnNextLine value
The default value of the now deprecated AllowAllConstructorInitializersOnNextLine was always true regardless of the value of BasedOnStyle. This patch fixes the typo in the code that handles the related backward compatibility.
Loading
Please sign in to comment