9 lines
207 B
INI
9 lines
207 B
INI
|
[Builtin Hooks]
|
||
|
bpfmt = true
|
||
|
clang_format = true
|
||
|
rustfmt = true
|
||
|
|
||
|
[Builtin Hooks Options]
|
||
|
rustfmt = --config-path=rustfmt.toml
|
||
|
clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
|