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