format: add project-wide clang-format file

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ibfc8d8386e77178edb3ca36badc07d9ad13abd51
diff --git a/test/test_kunlun_ipmi_oem.cpp b/test/test_kunlun_ipmi_oem.cpp
index 1b4526a..a140ddd 100644
--- a/test/test_kunlun_ipmi_oem.cpp
+++ b/test/test_kunlun_ipmi_oem.cpp
@@ -20,7 +20,8 @@
 namespace impl
 {
 
-bool registerHandler(int prio, NetFn netFn, Cmd cmd, Privilege priv, ::ipmi::HandlerBase::ptr handler)
+bool registerHandler(int prio, NetFn netFn, Cmd cmd, Privilege priv,
+                     ::ipmi::HandlerBase::ptr handler)
 {
     (void)prio;
     (void)netFn;