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