From e498bc3583e06654f60719e6db7da31103365b94 Mon Sep 17 00:00:00 2001 From: Jett Rink Date: Tue, 26 Nov 2019 14:53:10 -0600 Subject: [PATCH] clang-format: reflow comments The formatter should try and reflow comments to fit within the 80 character column limit BRANCH=none BUG=none TEST=verified that long comments get formatted to wrap within the 80 column limit within VScode Change-Id: I219e8e4d55ebbb7931d1b0e9fb41c7f48744d2aa Signed-off-by: Jett Rink Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1937887 Tested-by: Jack Rosenthal Reviewed-by: Vadim Bendebury Reviewed-by: Jack Rosenthal Commit-Queue: Jack Rosenthal --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 39f540349f..ee759ab79c 100644 --- a/.clang-format +++ b/.clang-format @@ -97,7 +97,7 @@ PenaltyExcessCharacter: 100 PenaltyReturnTypeOnItsOwnLine: 60 PointerAlignment: Right -ReflowComments: false +ReflowComments: true SortIncludes: false SortUsingDeclarations: false SpaceAfterCStyleCast: false