From 7cf0b5a1fa38f90506638af210c1f1d9796f7fa2 Mon Sep 17 00:00:00 2001 From: Robin Leroy Date: Fri, 6 Jan 2017 15:53:41 +0100 Subject: [PATCH] template< --- .clang-format | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.clang-format b/.clang-format index 75546e1f93..baff901d67 100644 --- a/.clang-format +++ b/.clang-format @@ -16,3 +16,5 @@ AllowAllParametersOfDeclarationOnNextLine: false AllowShortFunctionsOnASingleLine: Empty AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false + +SpaceAfterTemplateKeyword: false