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.
|
|
4 years ago | |
|---|---|---|
| .. | ||
| EncryptionRunner | 4 years ago | |
| FrameworkPackageStubs | 4 years ago | |
| car-bugreportd | 4 years ago | |
| car-default-input-service | 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 | |
| evs | 4 years ago | |
| obd2-lib | 4 years ago | |
| procfs-inspector | 4 years ago | |
| service | 4 years ago | |
| tests | 4 years ago | |
| tools | 4 years ago | |
| user/car-user-lib | 4 years ago | |
| vehicle-hal-support-lib | 4 years ago | |
| .clang-format | 4 years ago | |
| Android.mk | 4 years ago | |
| CleanSpec.mk | 4 years ago | |
| OWNERS | 4 years ago | |
| PREUPLOAD.cfg | 4 years ago | |
| README.md | 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.