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