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