xref: /aosp_15_r20/system/usb_info_tools/PREUPLOAD.cfg (revision c6808bf1d92d62e809b5d71fe00befd40d32d6f9)
1# Copyright 2024 Google LLC
2[Builtin Hooks]
3bpfmt = true
4rustfmt = true
5aidl_format = true
6clang_format = true
7
8[Builtin Hooks Options]
9rustfmt = --config-path=${REPO_ROOT}/build/soong/scripts/rustfmt.toml
10clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,hpp,cc,cpp
11