clang-format: update latest spec and reformat

Copy the latest format file from the docs repository and apply.

Change-Id: I4113bd60a6817c8fdfad541c58e0910035a663ca
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/image_verify.cpp b/image_verify.cpp
index b2c7edd..bdbc9af 100644
--- a/image_verify.cpp
+++ b/image_verify.cpp
@@ -279,8 +279,8 @@
     return true;
 }
 
-inline EVP_PKEY_Ptr
-    Signature::createPublicRSA(const std::filesystem::path& publicKey)
+inline EVP_PKEY_Ptr Signature::createPublicRSA(
+    const std::filesystem::path& publicKey)
 {
     auto size = std::filesystem::file_size(publicKey);