commit | 6178b1fe07bc4062c94e8a92754609ce59243b9c | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Thu Oct 31 13:23:34 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Oct 31 13:23:34 2019 -0700 |
tree | 9af18954b70dc7fe7ecc268f1e5b503070887cd8 | |
parent | f16d6e6fc0bbff87e7ce9285e30c7c76303a46d8 [diff] | |
parent | 3e2bc9923f0fd134b3b3ed4485c94f670de46606 [diff] |
DO NOT MERGE - qt-qpr1-dev-plus-aosp-without-vendor@5915889 into stage-aosp-master am: 3e2bc9923f Change-Id: I7847a2fb81187b9b80924b8de381e67da8f6e095
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.