aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorBrian Salomon <bsalomon@google.com>2018-12-20 21:09:52 -0500
committerSkia Commit-Bot <skia-commit-bot@chromium.org>2018-12-21 14:20:57 +0000
commit02cb969e13c7e6a8af2bc2eeea319907fe96d892 (patch)
treeb7965492b2d670684c85d090777f4f1df2d2ffa9 /.clang-format
parentb9c2b6663dfd963f2995b29ea085cb593580c6ab (diff)
downloadskqp-02cb969e13c7e6a8af2bc2eeea319907fe96d892.tar.gz
.clang-format: Don't force break after > in template declarations
Change-Id: I3c8997cb475a54ffa465175dc8250021bf769f80 Reviewed-on: https://skia-review.googlesource.com/c/179734 Auto-Submit: Brian Salomon <bsalomon@google.com> Commit-Queue: Brian Osman <brianosman@google.com> Reviewed-by: Brian Osman <brianosman@google.com>
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format4
1 files changed, 2 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format
index 018b06f254..eb798edcb3 100644
--- a/.clang-format
+++ b/.clang-format
@@ -28,7 +28,7 @@ AllowShortLoopsOnASingleLine: true
AlwaysBreakAfterDefinitionReturnType: None
AlwaysBreakAfterReturnType: None
AlwaysBreakBeforeMultilineStrings: true
-AlwaysBreakTemplateDeclarations: true
+AlwaysBreakTemplateDeclarations: false
BinPackArguments: true
BinPackParameters: true
BraceWrapping:
@@ -119,7 +119,7 @@ AllowShortLoopsOnASingleLine: true
AlwaysBreakAfterDefinitionReturnType: None
AlwaysBreakAfterReturnType: None
AlwaysBreakBeforeMultilineStrings: true
-AlwaysBreakTemplateDeclarations: true
+AlwaysBreakTemplateDeclarations: false
BinPackArguments: true
BinPackParameters: true
BraceWrapping: