summaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2019-05-09 00:11:27 +0200
committerUwe Klotz <uklotz@mixxx.org>2019-05-09 00:12:02 +0200
commit1b2815b3d887fe7ae9e4af1de3d7588af8fcf1cd (patch)
tree69c81b348fceca399aaa6cdefd36f1c52b37e5e0 /.clang-format
parent9223a349d8c5a36235f639b94fd1220e8e2b6a9c (diff)
Disable space after template keyword
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index c9a8af681d..c30ff4a3b7 100644
--- a/.clang-format
+++ b/.clang-format
@@ -21,6 +21,7 @@ ConstructorInitializerIndentWidth: 8
ContinuationIndentWidth: 8
IndentCaseLabels: false
ReflowComments: false
+SpaceAfterTemplateKeyword: false
SpacesBeforeTrailingComments: 1
---
Language: JavaScript