Skip to content

Commit 6c481b9

Browse files
committed
Remove PenaltyExcessCharacter from clang-formats.
This option can cause the number of columns to exceed 100. Bug: 111310533 Test: NA Change-Id: Icbda1ba9afbf68a29f2a13082df6ca65af3c0f37
1 parent 4aa8421 commit 6c481b9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.clang-format-2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ IndentWidth: 2
77
PointerAlignment: Left
88
TabWidth: 2
99
UseTab: Never
10-
PenaltyExcessCharacter: 32

.clang-format-4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ ContinuationIndentWidth: 8
99
PointerAlignment: Left
1010
TabWidth: 4
1111
UseTab: Never
12-
PenaltyExcessCharacter: 32

0 commit comments

Comments
 (0)