commit | 0b4b21fdc5e41e83df45f66cfebb6a3cfd45897f | [log] [tgz] |
---|---|---|
author | Selim Gurun <sgurun@google.com> | Mon Jun 24 19:15:12 2019 -0700 |
committer | Selim Gurun <sgurun@google.com> | Tue Jun 25 02:29:27 2019 +0000 |
tree | f779c474cd9b3a3de27c699e2f4ec65db74f80d3 | |
parent | 081bd1a2d6e25c2a03a6b5c1909c1eec013fb0f9 [diff] |
Add extra clarification to bugreport app Bug:135957595 Test: Readme update Change-Id: I394d41bfe489e2131d724a6182fb9dbe4caacbd6
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.