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