Skip to content
Snippets Groups Projects
Commit 6c481b9a authored by Christopher Ferris's avatar Christopher Ferris
Browse files

Remove PenaltyExcessCharacter from clang-formats.

This option can cause the number of columns to exceed 100.

Bug: 111310533

Test: NA
Change-Id: Icbda1ba9afbf68a29f2a13082df6ca65af3c0f37
parent 4aa84212
Branches
Tags android-wear-8.0.0_r0.7
No related merge requests found
......@@ -7,4 +7,3 @@ IndentWidth: 2
PointerAlignment: Left
TabWidth: 2
UseTab: Never
PenaltyExcessCharacter: 32
......@@ -9,4 +9,3 @@ ContinuationIndentWidth: 8
PointerAlignment: Left
TabWidth: 4
UseTab: Never
PenaltyExcessCharacter: 32
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment