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