[PATCH] D14484: Formatting constructor initializer lists by putting them always on different lines

2019-08-26 Thread Robert F-C via Phabricator via cfe-commits
rfairliecuninghame added a comment. The excellent and extensive Poco library project (https://pocoproject.org/) is an open-source example which limits constructor initializers to one-per-line (StyleGuide here: http://www.appinf.com/download/CppCodingStyleGuide.pdf, random example: https://gith

[PATCH] D14484: Formatting constructor initializer lists by putting them always on different lines

2019-08-26 Thread Robert F-C via Phabricator via cfe-commits
rfairliecuninghame added a comment. I also think this feature bears further consideration. I understand that google and other coding standard currently allows this, but I feel there's a certain degree of inconsistency in their doing so. None of the open main coding standards would recommend or