clang-format: copy latest and re-format

clang-format-17 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: I35d3ba19f100c4f2f0a924af86454a5fabeae03c
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/blobs-ipmid/blobs.hpp b/blobs-ipmid/blobs.hpp
index f394953..c6ebaad 100644
--- a/blobs-ipmid/blobs.hpp
+++ b/blobs-ipmid/blobs.hpp
@@ -181,13 +181,13 @@
 {
 #endif
 
-    /**
-     * All Blob handlers need to implement this method.  It is called after
-     * loading the library to then get a handle to the blob handler.
-     *
-     * @return a unique pointer to your blob handler instance.
-     */
-    std::unique_ptr<blobs::GenericBlobInterface> createHandler();
+/**
+ * All Blob handlers need to implement this method.  It is called after
+ * loading the library to then get a handle to the blob handler.
+ *
+ * @return a unique pointer to your blob handler instance.
+ */
+std::unique_ptr<blobs::GenericBlobInterface> createHandler();
 
 #ifdef __cplusplus
 }