[PATCH] D32480: clang-format: Add CompactNamespaces option
Francois Ferrand via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 31 02:54:04 PDT 2017
Typz added a comment.
That will be slightly more complicated to check, esp. we will need to keep track of the matching-closing-brace (currently only the matching-opening-brace) is stored.
But I can try to update the patch in that direction, if that is the consensus.
https://reviews.llvm.org/D32480
More information about the cfe-commits
mailing list