1 [Hook Scripts] 2 checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT} 3 4 [Builtin Hooks] 5 clang_format = true 6 commit_msg_changeid_field = true 7 commit_msg_test_field = true 8 gofmt = true 9 pylint3 = true 10 11 [Builtin Hooks Options] 12 clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp 13