mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-11 06:44:00 +00:00
15 lines
358 B
INI
15 lines
358 B
INI
[Builtin Hooks]
|
|
ktfmt = true
|
|
bpfmt = true
|
|
|
|
[Builtin Hooks Options]
|
|
ktfmt = --kotlinlang-style
|
|
bpfmt = -d
|
|
|
|
[Tool Paths]
|
|
ktfmt = ${REPO_ROOT}/external/ktfmt/ktfmt.sh
|
|
|
|
[Hook Scripts]
|
|
checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --config_xml tools/checkstyle.xml --sha ${PREUPLOAD_COMMIT}
|
|
alint_hook = ${REPO_ROOT}/vendor/google/tools/alint
|