blob: 2f079fc4da88ca59c65c16f3060ba9c1562c974b [file] [log] [blame]
Myles Watson1c4cdfe2016-11-29 10:58:00 -08001[Options]
2ignore_merged_commits = true
3
4[Builtin Hooks]
5clang_format = true
ThiƩbaud Weksteen810c25e2020-12-14 11:34:16 +01006rustfmt = true
7
8[Builtin Hooks Options]
9rustfmt = --config-path=rustfmt.toml
Myles Watson1c4cdfe2016-11-29 10:58:00 -080010
Jack Hea7faba32018-08-28 14:36:46 -070011[Hook Scripts]
12aosp_first = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} ".*$"
Chris Manton60bb45b2021-11-07 19:40:50 -080013yapf_hook = ./system/tools/scripts/yapf_checker.py