commit | a4f67b8dff7cb0039e24a1eb5b292b488e74da99 | [log] [tgz] |
---|---|---|
author | Jordan Jozwiak <jjoz@google.com> | Thu Sep 24 22:08:48 2020 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Sep 24 22:08:48 2020 +0000 |
tree | 358965f1e495a42aa33464971946fd2ec01a55dd | |
parent | 8c0d429d6b81de9efa5704441c5f73c0c741c1b6 [diff] | |
parent | caa2dba512963886e8a2a4c4ed73e6f7146ebbe4 [diff] |
Merge "Remove configuration for night mode"
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.