1[Builtin Hooks]
2clang_format = true
3bpfmt = true
4google_java_format = true
5ktfmt = true
6pylint3 = true
7xmllint = true
8
9[Builtin Hooks Options]
10clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
11bpfmt = -d
12ktfmt = --kotlinlang-style
13
14[Hook Scripts]
15checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT}
16
17[Tool Paths]
18ktfmt = ${REPO_ROOT}/external/ktfmt/ktfmt.sh