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

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.