blob: ddb11bffafa41d152939bf0e9f03bf2201aa4a72 [file] [log] [blame]
chaviwb724b792020-11-20 14:39:33 -08001[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}