diff options
author | Tao Bao <tbao@google.com> | 2017-09-27 02:57:55 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-09-27 02:57:55 +0200 |
commit | 151f0820ace737c4af5da2954220e0642a3d6c02 (patch) | |
tree | 6874183ad3c03d780f8dc147e2637ccda3f947fe | |
parent | Merge "Output split information for imgdiff when handling large apks" (diff) | |
parent | clang-format: Remove the override of PenaltyExcessCharacter. (diff) | |
download | android_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-format | 1 |
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 |