commit | c941d7a65937a1bda3a84e9a4748bb50ca86fabe | [log] [tgz] |
---|---|---|
author | Haibo Huang <hhb@google.com> | Fri Mar 05 12:01:31 2021 -0800 |
committer | Haibo Huang <hhb@google.com> | Sat Mar 06 02:40:34 2021 +0000 |
tree | aacb369d3fefb54ccddb1508a4379350f4d2e847 | |
parent | da71cd700279f328faf2bb29c9cb581641d0ce55 [diff] |
[Car] Use new jsoncpp API Reader / StyledWriter are deprecated upstream Bug: 170642246 Change-Id: I43b510100bd4c056c319026a94bae6211c826186
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.