You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by so...@apache.org on 2016/05/06 22:05:40 UTC

[trafficserver] 01/02: TS-4418: Change .clang-format to allow ConstructorInitializerAllOnOneLineOrOnePerLine

This is an automated email from the ASF dual-hosted git repository.

sorber pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

commit 0c9115d327213b8b6f11c699b99c40393640c231
Author: Phil Sorber <so...@apache.org>
AuthorDate: Fri May 6 15:55:06 2016 -0600

    TS-4418: Change .clang-format to allow ConstructorInitializerAllOnOneLineOrOnePerLine
---
 .clang-format | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.clang-format b/.clang-format
index 61d0d66..e6830f4 100644
--- a/.clang-format
+++ b/.clang-format
@@ -39,7 +39,7 @@ BreakAfterJavaFieldAnnotations: false
 BreakStringLiterals: true
 ColumnLimit:     132
 CommentPragmas:  '^ IWYU pragma:'
-ConstructorInitializerAllOnOneLineOrOnePerLine: false
+ConstructorInitializerAllOnOneLineOrOnePerLine: true
 ConstructorInitializerIndentWidth: 2
 ContinuationIndentWidth: 2
 Cpp11BracedListStyle: true

-- 
To stop receiving notification emails like this one, please contact
"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>.