Update PREUPLOAD.cfg

This change enables cpplint and clang-format, and enforces Bug ID field
in the commit message.

Bug: 139351115
Test: repo upload .
Change-Id: Ie63ee6326f1f674346f22de4c0f8c5a0464b0371
Signed-off-by: Changyeon Jo <changyeon@google.com>
diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg
index 38f9800..3da2dc9 100644
--- a/PREUPLOAD.cfg
+++ b/PREUPLOAD.cfg
@@ -5,3 +5,5 @@
 [Builtin Hooks]
 commit_msg_changeid_field = true
 commit_msg_test_field = true
+cpplint = true
+clang_format = true