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/version.hpp b/version.hpp
index 5c166bb..9c3cb56 100644
--- a/version.hpp
+++ b/version.hpp
@@ -139,8 +139,8 @@
      *
      * @return The pair contains the version and extended version.
      **/
-    static std::pair<std::string, std::string>
-        getVersions(const std::string& versionPart);
+    static std::pair<std::string, std::string> getVersions(
+        const std::string& versionPart);
 
     /**
      * @brief Calculate the version id from the version string.