2016-09-08 22:50:01 +02:00
|
|
|
# Settings in here control defaults for `repo upload` checks for all projects
|
|
|
|
# listed in the manifest. Do not turn on things here without first consulting
|
|
|
|
# the wider Android team, and make sure you send out a PSA before landing.
|
2016-09-08 22:51:20 +02:00
|
|
|
|
2016-10-21 00:34:17 +02:00
|
|
|
[Options]
|
|
|
|
ignore_merged_commits = true
|
|
|
|
|
2016-09-08 22:51:20 +02:00
|
|
|
[Builtin Hooks]
|
|
|
|
commit_msg_test_field = true
|
2016-10-14 19:15:24 +02:00
|
|
|
|
|
|
|
[Tool Paths]
|
|
|
|
clang-format = ${REPO_ROOT}/prebuilts/clang/host/${BUILD_OS}/clang-stable/bin/clang-format
|
|
|
|
git-clang-format = ${REPO_ROOT}/prebuilts/clang/host/${BUILD_OS}/clang-stable/bin/git-clang-format
|
2016-10-21 01:38:09 +02:00
|
|
|
gofmt = ${REPO_ROOT}/prebuilts/go/${BUILD_OS}/bin/gofmt
|
2016-12-15 01:36:56 +01:00
|
|
|
google-java-format = ${REPO_ROOT}/prebuilts/tools/common/google-java-format/google-java-format
|
|
|
|
google-java-format-diff = ${REPO_ROOT}/prebuilts/tools/common/google-java-format/google-java-format-diff.py
|