Bowgo Tsai | 1aeb8d2 | 2017-03-08 16:32:23 +0800 | [diff] [blame] | 1 | [Builtin Hooks] |
| 2 | clang_format = true |
David LeGare | acd1ef7 | 2022-04-04 20:52:00 +0000 | [diff] [blame] | 3 | rustfmt = true |
Bowgo Tsai | 1aeb8d2 | 2017-03-08 16:32:23 +0800 | [diff] [blame] | 4 | |
| 5 | [Builtin Hooks Options] |
| 6 | clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp |
David LeGare | acd1ef7 | 2022-04-04 20:52:00 +0000 | [diff] [blame] | 7 | rustfmt = --config-path=rustfmt.toml |
Elliott Hughes | dc6c706 | 2020-04-23 11:02:00 -0700 | [diff] [blame] | 8 | |
| 9 | [Hook Scripts] |
| 10 | aosp_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "." |