mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Revert submission 32854119-alint-launcher Reason for revert: b/408237292 Reverted changes: /q/submissionid:32854119-alint-launcher Change-Id: Ic7161d66ef3253fa2bb3ea7dc7bf9b27e50f37fc
15 lines
307 B
INI
15 lines
307 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}
|
|
|