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: I0354bf7192c66505b2173aaece3525940a5caa06
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/utils.hpp b/utils.hpp
index a5882fc..313db32 100644
--- a/utils.hpp
+++ b/utils.hpp
@@ -13,8 +13,8 @@
 
 extern "C"
 {
-    EVP_MD_CTX* EVP_MD_CTX_new(void);
-    void EVP_MD_CTX_free(EVP_MD_CTX* ctx);
+EVP_MD_CTX* EVP_MD_CTX_new(void);
+void EVP_MD_CTX_free(EVP_MD_CTX* ctx);
 }
 
 namespace utils