diff options
author | Tao Bao <tbao@google.com> | 2017-11-03 04:27:15 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-11-03 04:27:15 +0100 |
commit | 439263cb833467a5de1566961cd007d5835a9bd3 (patch) | |
tree | c4eb62412169843499b196496e8d0ae0a349eb39 | |
parent | Merge "Add libbrotli as a dependency for libbsdiff" (diff) | |
parent | Add a repohook to clang-format changes. (diff) | |
download | android_bootable_recovery-439263cb833467a5de1566961cd007d5835a9bd3.tar android_bootable_recovery-439263cb833467a5de1566961cd007d5835a9bd3.tar.gz android_bootable_recovery-439263cb833467a5de1566961cd007d5835a9bd3.tar.bz2 android_bootable_recovery-439263cb833467a5de1566961cd007d5835a9bd3.tar.lz android_bootable_recovery-439263cb833467a5de1566961cd007d5835a9bd3.tar.xz android_bootable_recovery-439263cb833467a5de1566961cd007d5835a9bd3.tar.zst android_bootable_recovery-439263cb833467a5de1566961cd007d5835a9bd3.zip |
-rw-r--r-- | PREUPLOAD.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg new file mode 100644 index 000000000..b5f5f0362 --- /dev/null +++ b/PREUPLOAD.cfg @@ -0,0 +1,6 @@ +[Builtin Hooks] +clang_format = true + +[Builtin Hooks Options] +# Handle native codes only. +clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp |