commit | f0153833cb889bace0c123b0a290b4591301899a | [log] [tgz] |
---|---|---|
author | Anthony Hugh <ahugh@google.com> | Wed Jun 26 13:26:15 2019 -0700 |
committer | Anthony Hugh <ahugh@google.com> | Thu Jun 27 11:42:43 2019 -0700 |
tree | e3ff6d721969438326446a2a5bb251dd4b3ab9fe | |
parent | 61cd5ea0a9db811074035cbdc5a99971eb331841 [diff] |
Add identity team to OWNERS Test: None Change-Id: I75b60dffa56807e8a2c1dcbe2de3187c8e9f8458
Native (C++) code format is required to be compatible with .clang-format file. Run
git clang-format --style=file --extension='h,cpp,cc' HEAD~
Note that clang-format is not desirable for Android java files. Therefore the command line above is limited to specific extensions.