summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJett Rink <jettrink@chromium.org>2019-11-26 14:53:10 -0600
committerCommit Bot <commit-bot@chromium.org>2019-11-26 23:31:35 +0000
commite498bc3583e06654f60719e6db7da31103365b94 (patch)
treefa45889cd74196cb30e179b6848f153091cdffa3
parent3cb2b8e2be4c3526510f46ad69225b57e2b34cd0 (diff)
downloadchrome-ec-e498bc3583e06654f60719e6db7da31103365b94.tar.gz
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>
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
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