1[Builtin Hooks] 2google_java_format = true 3ktfmt = true 4 5[Builtin Hooks Options] 6ktfmt = --kotlinlang-style --include-dirs=libraries,tests,utils 7 8[Hook Scripts] 9checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT} 10 11ktlint_hook = ${REPO_ROOT}/prebuilts/ktlint/ktlint.py --no-verify-format -f ${PREUPLOAD_FILES} 12 13[Tool Paths] 14ktfmt = ${REPO_ROOT}/prebuilts/build-tools/common/framework/ktfmt.jar