commit | 3325776726fe4b39a592f66b806db0760eeda06d | [log] [tgz] |
---|---|---|
author | Selim Gurun <sgurun@google.com> | Sat May 25 08:48:32 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Sat May 25 08:48:32 2019 -0700 |
tree | 720baa6eb8aafbb9169ddb819f254d4a30aea737 | |
parent | d8f91fc93a33179219a463ff2610c5b63bc6485c [diff] | |
parent | 92005454e98d147749237dfd9dc58994211bf2be [diff] |
Add a clang-format file to for native code. am: c40b23b135 am: 4fd889148b am: 92005454e9 Change-Id: Idd9404c6b0690872d84430d23771db93a396c540
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.