aosp12/packages/services/Car/README.md

10 lines
288 B
Markdown
Raw Permalink Normal View History

2023-01-09 17:11:35 +08:00
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.