summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-09-27 02:57:55 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-09-27 02:57:55 +0200
commit151f0820ace737c4af5da2954220e0642a3d6c02 (patch)
tree6874183ad3c03d780f8dc147e2637ccda3f947fe
parentMerge "Output split information for imgdiff when handling large apks" (diff)
parentclang-format: Remove the override of PenaltyExcessCharacter. (diff)
downloadandroid_bootable_recovery-151f0820ace737c4af5da2954220e0642a3d6c02.tar
android_bootable_recovery-151f0820ace737c4af5da2954220e0642a3d6c02.tar.gz
android_bootable_recovery-151f0820ace737c4af5da2954220e0642a3d6c02.tar.bz2
android_bootable_recovery-151f0820ace737c4af5da2954220e0642a3d6c02.tar.lz
android_bootable_recovery-151f0820ace737c4af5da2954220e0642a3d6c02.tar.xz
android_bootable_recovery-151f0820ace737c4af5da2954220e0642a3d6c02.tar.zst
android_bootable_recovery-151f0820ace737c4af5da2954220e0642a3d6c02.zip
-rw-r--r--.clang-format1
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index 532278864..0e0f4d143 100644
--- a/.clang-format
+++ b/.clang-format
@@ -10,6 +10,5 @@ IndentWidth: 2
PointerAlignment: Left
TabWidth: 2
UseTab: Never
-PenaltyExcessCharacter: 32
Cpp11BracedListStyle: false