• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[Builtin Hooks]
2clang_format = true
3cpplint = true
4
5[Builtin Hooks Options]
6clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
7
8[Hook Scripts]
9checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT} --config_xml checkstyle.xml
10