blob: a1ccc2e824f9838d96805ef195321ad491d80abd (
plain)
1
2
3
4
5
6
7
8
|
[Builtin Hooks]
clang_format = true
commit_msg_test_field = false
rustfmt = true
[Builtin Hooks Options]
clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
rustfmt = --config-path=rustfmt.toml
|