| # Global `repo upload` hook settings. | |
| # https://android.googlesource.com/platform/tools/repohooks | |
| [Options] | |
| ignore_merged_commits = true | |
| [Builtin Hooks] | |
| pylint3 = true | |
| cpplint = true | |
| clang_format = true | |
| [Builtin Hooks Options] | |
| clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp |