Skip to content

Commit e498bc3

Browse files
Jett RinkCommit Bot
Jett Rink
authored and
Commit Bot
committed
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 <[email protected]> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1937887 Tested-by: Jack Rosenthal <[email protected]> Reviewed-by: Vadim Bendebury <[email protected]> Reviewed-by: Jack Rosenthal <[email protected]> Commit-Queue: Jack Rosenthal <[email protected]>
1 parent 3cb2b8e commit e498bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.clang-format

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ PenaltyExcessCharacter: 100
9797
PenaltyReturnTypeOnItsOwnLine: 60
9898

9999
PointerAlignment: Right
100-
ReflowComments: false
100+
ReflowComments: true
101101
SortIncludes: false
102102
SortUsingDeclarations: false
103103
SpaceAfterCStyleCast: false

0 commit comments

Comments
 (0)