1[Builtin Hooks] 2bpfmt = true 3clang_format = true 4rustfmt = true 5 6[Builtin Hooks Options] 7rustfmt = --config-path=rustfmt.toml 8clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp 9