1[Builtin Hooks] 2clang_format = true 3 4[Builtin Hooks Options] 5# Only turn on clang-format check for the following subfolders. 6clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp 7 jni/ 8 native/ 9 10[Hook Scripts] 11checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT}