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 <jettrink@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1937887
Tested-by: Jack Rosenthal <jrosenth@chromium.org>
Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Commit-Queue: Jack Rosenthal <jrosenth@chromium.org>
This commit is contained in:
Jett Rink 2019-11-26 14:53:10 -06:00 committed by Commit Bot
parent 3cb2b8e2be
commit e498bc3583
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ PenaltyExcessCharacter: 100
PenaltyReturnTypeOnItsOwnLine: 60
PointerAlignment: Right
ReflowComments: false
ReflowComments: true
SortIncludes: false
SortUsingDeclarations: false
SpaceAfterCStyleCast: false