1[Builtin Hooks]
2bpfmt = true
3ktfmt = true
4
5[Builtin Hooks Options]
6ktfmt = --kotlinlang-style
7
8[Hook Scripts]
9checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT}
10ktlint_hook = ${REPO_ROOT}/prebuilts/ktlint/ktlint.py --no-verify-format -f ${PREUPLOAD_FILES}
11
12[Tool Paths]
13ktfmt = ${REPO_ROOT}/external/ktfmt/ktfmt.sh
14