[PATCH] D12921: clang-format: Support 'template<>' (no space).
Daniel Jasper via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 16 23:12:18 PDT 2015
djasper added a comment.
This has come up before and the decision was that this is not important enough to meet the bar for an additional clang-format option. clang-format options have a certain cost and this specific space is so entirely unimportant that we don't want to pay it.
We have tried to eradicate this style wherever we find it (e.g. in the C++ standard) and encourage people to just change their style here if they want to use clang-format.
http://reviews.llvm.org/D12921
More information about the cfe-commits
mailing list