[PATCH] D28462: clang-format: Add new style option AlignConsecutiveMacros

2017-10-19 Thread Jiří Zárevúcky via Phabricator via cfe-commits
jzr added a comment. I happen to need this functionality as well. What's the progress? Is there anything I can do to help it along? Repository: rL LLVM https://reviews.llvm.org/D28462 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http:

[PATCH] D28462: clang-format: Add new style option AlignConsecutiveMacros

2017-10-19 Thread Jiří Zárevúcky via Phabricator via cfe-commits
jzr added a comment. On a related note, would it be difficult to add support for custom spacing between the macro name and definition? In the HelenOS project, we have definitions aligned two spaces after the longest name. Repository: rL LLVM https://reviews.llvm.org/D28462 __