You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Change-Id: If3e3c4e01b19443714d880ae669aaa8b39edfff7 |
4 years ago | |
|---|---|---|
| .. | ||
| FrameworkPackageStubs | 4 years ago | |
| car-admin-ui-lib | 4 years ago | |
| car-internal-lib | 4 years ago | |
| car-lib | 4 years ago | |
| car-maps-placeholder | 4 years ago | |
| car-systemtest-lib | 4 years ago | |
| car-test-lib | 4 years ago | |
| car-usb-handler | 4 years ago | |
| car_product | 4 years ago | |
| cpp | 4 years ago | |
| data/etc | 4 years ago | |
| experimental | 4 years ago | |
| obd2-lib | 4 years ago | |
| packages | 4 years ago | |
| procfs-inspector | 4 years ago | |
| service | 4 years ago | |
| tests | 4 years ago | |
| tools | 4 years ago | |
| user | 4 years ago | |
| vehicle-hal-support-lib | 4 years ago | |
| .clang-format | 4 years ago | |
| Android.mk | 4 years ago | |
| CPPLINT.cfg | 4 years ago | |
| CleanSpec.mk | 4 years ago | |
| OWNERS | 4 years ago | |
| PREUPLOAD.cfg | 4 years ago | |
| README.md | 4 years ago | |
| TEST_MAPPING | 4 years ago | |
README.md
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.