Dongwon Kang | cad9acf | 2019-12-05 15:50:29 -0800 | [diff] [blame] | 1 | [Hook Scripts] |
2 | mainline_hook = tools/mainline_hook.sh ${PREUPLOAD_COMMIT} "." | ||||
hkuang | e724f40 | 2020-04-17 18:13:20 -0700 | [diff] [blame] | 3 | |
4 | [Builtin Hooks] | ||||
5 | clang_format = true | ||||
6 | |||||
7 | [Builtin Hooks Options] | ||||
8 | # Only turn on clang-format check for the following subfolders. | ||||
9 | clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp | ||||
10 | media/libmediatranscoding/ |