top: add .clang-format
authorOlof Johansson <olof@lixom.net>
Thu, 11 Apr 2019 00:41:37 +0000 (17:41 -0700)
committerAnup Patel <anup@brainfault.org>
Wed, 24 Apr 2019 04:19:46 +0000 (09:49 +0530)
commit1e43ce75ffbe1a107b2d8a1b2957747029446f7d
tree545efc7f4f21bf6cd87ecba3e917c723ea1bce47
parent804b997ed415001097803e4b537fd63d043874b9
top: add .clang-format

Add a clang-format to automate consistent code formatting.

Automating coding style reformatting removes a lot of manual
checkpatch-type fixups, and can easily be implemented as a linter in
code review environments.

Signed-off-by: Olof Johansson <olof@lixom.net>
.clang-format [new file with mode: 0644]