1Native (C++) code format is required to be compatible with .clang-format file. Run
2
3```
4git clang-format --style=file --extension='h,cpp,cc' HEAD~
5```
6
7Note that clang-format is *not* desirable for Android java files. Therefore
8the  command line above is limited to specific extensions.
9
10