• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[Builtin Hooks]
2clang_format = true
3commit_msg_test_field = false
4rustfmt = true
5
6[Builtin Hooks Options]
7clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
8rustfmt = --config-path=rustfmt.toml
9