HI,
I have added a clang-format style option to BreakConstructorInitializers. It generates the following format:
Constructor()
:
initializer1(),
initializer2()
Should I submit a patch to cfe-commits?
Thanks,
Owen
HI,
I have added a clang-format style option to BreakConstructorInitializers. It generates the following format:
Constructor()
:
initializer1(),
initializer2()
Should I submit a patch to cfe-commits?
Thanks,
Owen