mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-09 08:26:07 +00:00

BreakConstructorInitializersBeforeComma is true. This option is used in WebKit style, so this also ensures initializer lists are not put on a single line, as per the WebKit coding guidelines. Patch by Florian Sowade! llvm-svn: 197386