commit | 9d5231abd52ea455b40266552377f419bdcbcc8d | [log] [tgz] |
---|---|---|
author | mukesh agrawal <[email protected]> | Thu Nov 10 14:10:36 2016 -0800 |
committer | mukesh agrawal <[email protected]> | Thu Nov 10 14:10:36 2016 -0800 |
tree | 17eae399e84c125c2f9114c3e9f013b32a230412 | |
parent | 0c080f686493770bec93d6c9f6b075da8ef30357 [diff] |
add .clang-format In our environment, clang-format runs with '-style=file'. With this parameter, clang-format searches recursively to the top of the tree, looking for a file called .clang-format. clang-format adopts the formatting style specified by the first matching file. Add .clang-format, to specify that wifilogd code should use Google formatting style. Bug: 32781722 Test: None Change-Id: Ibf68c592544470e4df10e89843d1ff663f4f2c03