| # Global `repo upload` hook settings. | |
| # https://android.googlesource.com/platform/tools/repohooks | |
| [Options] | |
| ignore_merged_commits = true | |
| [Builtin Hooks] | |
| pylint3 = true | |
| cpplint = true | |
| [Hook Scripts] | |
| repo_clang_format = ${REPO_ROOT}/scripts/preupload-hooks/clang-format.py --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp |