Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 288 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 288 Bytes

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.