commit | 4848ee07bb07ebb765e6fa0561f0d90ff86bbffb | [log] [tgz] |
---|---|---|
author | ThiƩbaud Weksteen <[email protected]> | Fri Oct 23 16:06:59 2020 +0200 |
committer | ThiƩbaud Weksteen <[email protected]> | Fri Oct 23 17:47:37 2020 +0200 |
tree | 04fb66b6c0dedf114f02e200d8c9114f1dfa1df9 | |
parent | cfdf96ecbd3f0814d801469504cf379140c01db3 [diff] |
simpleperf: enable .clang-format Use the 2-space configuration by default and disable any formatting for the demo/ subdirectory. The following command was used to generate this change: $ find . \( -name \*.cpp -o -name \*.h \) -exec clang-format \ --style=file -i {} \; Test: mm Change-Id: I89ec1f18f6e352f40cfa1a770087f3b586b1d7cb