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