From 04a5dabf9aa14a67576f8c15e01d15dceb31b509 Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Sun, 5 Sep 2021 19:41:05 -0700 Subject: [PATCH] Add config/tidy.go to per-file owners. Test: make Change-Id: I01b7bcd2cb5a766baf7ea8015996b4a782395875 --- cc/config/OWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cc/config/OWNERS b/cc/config/OWNERS index 701db92d7..580f215c7 100644 --- a/cc/config/OWNERS +++ b/cc/config/OWNERS @@ -1,3 +1,3 @@ per-file vndk.go = smoreland@google.com, victoryang@google.com -per-file clang.go,global.go = srhines@google.com, chh@google.com, pirama@google.com, yikong@google.com +per-file clang.go,global.go,tidy.go = srhines@google.com, chh@google.com, pirama@google.com, yikong@google.com