Mike Frysinger | fb0c2bc | 2016-09-08 16:50:01 -0400 | [diff] [blame] | 1 | # 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 Frysinger | c7d8081 | 2016-09-08 16:51:20 -0400 | [diff] [blame] | 4 | |
Luis Hector Chavez | 94080d6 | 2016-10-20 15:34:17 -0700 | [diff] [blame] | 5 | [Options] |
| 6 | ignore_merged_commits = true |
| 7 | |
Mike Frysinger | c7d8081 | 2016-09-08 16:51:20 -0400 | [diff] [blame] | 8 | [Builtin Hooks] |
| 9 | commit_msg_test_field = true |
Luis Hector Chavez | 162f854 | 2016-10-14 10:15:24 -0700 | [diff] [blame] | 10 | |
| 11 | [Tool Paths] |
| 12 | clang-format = ${REPO_ROOT}/prebuilts/clang/host/${BUILD_OS}/clang-stable/bin/clang-format |
| 13 | git-clang-format = ${REPO_ROOT}/prebuilts/clang/host/${BUILD_OS}/clang-stable/bin/git-clang-format |
Dan Willemsen | d23fc06 | 2016-10-20 16:38:09 -0700 | [diff] [blame^] | 14 | gofmt = ${REPO_ROOT}/prebuilts/go/${BUILD_OS}/bin/gofmt |