From 6c481b9a06a417c2eeb63c7e5c82878c6df6ba9e Mon Sep 17 00:00:00 2001 From: Christopher Ferris <cferris@google.com> Date: Thu, 19 Jul 2018 13:50:41 -0700 Subject: [PATCH] Remove PenaltyExcessCharacter from clang-formats. This option can cause the number of columns to exceed 100. Bug: 111310533 Test: NA Change-Id: Icbda1ba9afbf68a29f2a13082df6ca65af3c0f37 --- .clang-format-2 | 1 - .clang-format-4 | 1 - 2 files changed, 2 deletions(-) diff --git a/.clang-format-2 b/.clang-format-2 index 41591ce340..ede5d7e18b 100644 --- a/.clang-format-2 +++ b/.clang-format-2 @@ -7,4 +7,3 @@ IndentWidth: 2 PointerAlignment: Left TabWidth: 2 UseTab: Never -PenaltyExcessCharacter: 32 diff --git a/.clang-format-4 b/.clang-format-4 index 912716375e..55773a29fb 100644 --- a/.clang-format-4 +++ b/.clang-format-4 @@ -9,4 +9,3 @@ ContinuationIndentWidth: 8 PointerAlignment: Left TabWidth: 4 UseTab: Never -PenaltyExcessCharacter: 32 -- GitLab