[
https://issues.apache.org/jira/browse/TS-4418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15272610#comment-15272610
]
Leif Hedstrom commented on TS-4418:
-----------------------------------
{code}
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
{code}
> Change .clang-format to allow ConstructorInitializerAllOnOneLineOrOnePerLine
> ----------------------------------------------------------------------------
>
> Key: TS-4418
> URL: https://issues.apache.org/jira/browse/TS-4418
> Project: Traffic Server
> Issue Type: Improvement
> Components: Core
> Reporter: Leif Hedstrom
> Assignee: Leif Hedstrom
> Fix For: 7.0.0
>
>
> This splits up large initializers to one per line. The diff is roughly 4,500
> lines. Also, Phil has requested that we make the change to .clang-format as
> one commit, and the actual code change (output of make clang-format) as one
> commit. This allows him for easier cherry-picking into 6.2.x LTS branch.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)