clang-format: copy latest and re-format

clang-format-16 has some backwards incompatible changes that require
additional settings for best compatibility and re-running the formatter.
Copy the latest .clang-format from the docs repository and reformat the
repository.

Change-Id: I86d194886a4dcd325364041d4c7745f4ea22fd65
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/ipmi.hpp b/ipmi.hpp
index 51a9d79..f73065c 100644
--- a/ipmi.hpp
+++ b/ipmi.hpp
@@ -6,6 +6,7 @@
 
 #include <blobs-ipmid/blobs.hpp>
 #include <ipmid/api-types.hpp>
+
 #include <span>
 #include <string>
 #include <vector>