blob: 2060b5d7ce875b18382630ed63f43a26ca640dfe [file] [log] [blame]
Mike Frysingerfb0c2bc2016-09-08 16:50:01 -04001# Settings in here control defaults for `repo upload` checks for all projects
2# listed in the manifest. Do not turn on things here without first consulting
3# the wider Android team, and make sure you send out a PSA before landing.
Mike Frysingerc7d80812016-09-08 16:51:20 -04004
Luis Hector Chavez94080d62016-10-20 15:34:17 -07005[Options]
6ignore_merged_commits = true
7
Mike Frysingerc7d80812016-09-08 16:51:20 -04008[Builtin Hooks]
9commit_msg_test_field = true
Luis Hector Chavez162f8542016-10-14 10:15:24 -070010
11[Tool Paths]
12clang-format = ${REPO_ROOT}/prebuilts/clang/host/${BUILD_OS}/clang-stable/bin/clang-format
13git-clang-format = ${REPO_ROOT}/prebuilts/clang/host/${BUILD_OS}/clang-stable/bin/git-clang-format