1[Builtin Hooks]
2ktfmt = true
3
4[Builtin Hooks Options]
5ktfmt = --kotlinlang-style
6
7[Hook Scripts]
8checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT}
9
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