• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[Builtin Hooks]
2clang_format = true
3google_java_format = true
4bpfmt = true
5rustfmt = true
6
7[Builtin Hooks Options]
8clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
9rustfmt = --config-path=${REPO_ROOT}/build/soong/scripts/rustfmt.toml
10