[PATCH] D10807: clang-format: Add SpaceAfterTemplate

Daniel Jasper via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 9 05:08:26 PDT 2016


djasper added a comment.

I still believe it's wrong to care about this in particular, but I also don't want to hold clang-format hostage for my own beliefs. Obviously, enough people care and the costs are limited.


================
Comment at: include/clang/Format/Format.h:356
@@ +355,3 @@
+  /// \brief If \c true, a space will be inserted after the 'template' keyword.
+  bool SpaceAfterTemplate;
+
----------------
Call this SpaceAfterTemplateKeyword.


https://reviews.llvm.org/D10807





More information about the cfe-commits mailing list