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.
|
7 months ago | |
---|---|---|
.. | ||
FrameworkPackageStubs | 7 months ago | |
car-admin-ui-lib | 7 months ago | |
car-internal-lib | 7 months ago | |
car-lib | 7 months ago | |
car-maps-placeholder | 7 months ago | |
car-systemtest-lib | 7 months ago | |
car-test-lib | 7 months ago | |
car-usb-handler | 7 months ago | |
car_product | 7 months ago | |
cpp | 7 months ago | |
data/etc | 7 months ago | |
experimental | 7 months ago | |
obd2-lib | 7 months ago | |
packages | 7 months ago | |
procfs-inspector | 7 months ago | |
service | 7 months ago | |
tests | 7 months ago | |
tools | 7 months ago | |
user | 7 months ago | |
vehicle-hal-support-lib | 7 months ago | |
.clang-format | 7 months ago | |
Android.mk | 7 months ago | |
CPPLINT.cfg | 7 months ago | |
CleanSpec.mk | 7 months ago | |
OWNERS | 7 months ago | |
PREUPLOAD.cfg | 7 months ago | |
README.md | 7 months ago | |
TEST_MAPPING | 7 months 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.