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