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: Ifd063d23c038d986d916148051e0a261b5ba1fca
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/ibm_vpd_utils.cpp b/ibm_vpd_utils.cpp
index e0e2cdb..2378574 100644
--- a/ibm_vpd_utils.cpp
+++ b/ibm_vpd_utils.cpp
@@ -699,7 +699,7 @@
                << static_cast<int>(kwVal);
         }
         hexString = ss.str();
-        },
+    },
         kw);
     return hexString;
 }
@@ -720,7 +720,7 @@
         {
             kwString = std::string(kwVal.begin(), kwVal.end());
         }
-        },
+    },
         kwVal);
     return kwString;
 }