summaryrefslogtreecommitdiffstats
path: root/.clang-format-2
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2018-07-19 13:50:41 -0700
committerChristopher Ferris <cferris@google.com>2018-07-19 13:50:41 -0700
commit6c481b9a06a417c2eeb63c7e5c82878c6df6ba9e (patch)
treec6238380b90dd739b5d4e7af9bd4ae6738927941 /.clang-format-2
parent4aa84212034bd68279b84d35f2b5b59a8515a1f3 (diff)
downloadsystem_core-6c481b9a06a417c2eeb63c7e5c82878c6df6ba9e.tar.gz
system_core-6c481b9a06a417c2eeb63c7e5c82878c6df6ba9e.tar.bz2
system_core-6c481b9a06a417c2eeb63c7e5c82878c6df6ba9e.zip
Remove PenaltyExcessCharacter from clang-formats.
This option can cause the number of columns to exceed 100. Bug: 111310533 Test: NA Change-Id: Icbda1ba9afbf68a29f2a13082df6ca65af3c0f37
Diffstat (limited to '.clang-format-2')
-rw-r--r--.clang-format-21
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-format-2 b/.clang-format-2
index 41591ce34..ede5d7e18 100644
--- a/.clang-format-2
+++ b/.clang-format-2
@@ -7,4 +7,3 @@ IndentWidth: 2
PointerAlignment: Left
TabWidth: 2
UseTab: Never
-PenaltyExcessCharacter: 32