From 5274d943ec65866089f6764af89205d003a15078 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Thu, 29 Nov 2018 12:51:40 -0800 Subject: standardize on 'template<' over 'template <' (i.e., remove a space) (#1782) --- .clang-format | 1 + 1 file changed, 1 insertion(+) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 0b9a8cd12..ae26db077 100644 --- a/.clang-format +++ b/.clang-format @@ -5,3 +5,4 @@ ColumnLimit: 100 ContinuationIndentWidth: 2 ConstructorInitializerIndentWidth: 2 AlignAfterOpenBracket: DontAlign +SpaceAfterTemplateKeyword: false -- cgit v1.2.3