blob: e8d0b99284820dd53b43656a804bc3b1b3b78ded [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
Dan Willemsend23fc062016-10-20 16:38:09 -070014gofmt = ${REPO_ROOT}/prebuilts/go/${BUILD_OS}/bin/gofmt