clang-format: copy latest and re-format

clang-format-16 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: I677d72d4d8d7ff28d2708b51ded916e2287974ff
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/peci_cmds.c b/peci_cmds.c
index ca4f469..a900cf8 100644
--- a/peci_cmds.c
+++ b/peci_cmds.c
@@ -388,9 +388,9 @@
         while (loops--)
         {
             clock_gettime(CLOCK_REALTIME, &begin);
-            ret =
-                peci_RdPkgConfig_dom(address, domainId, u8PkgIndex, u16PkgParam,
-                                     u8Size, (uint8_t*)&u32PkgValue, &cc);
+            ret = peci_RdPkgConfig_dom(address, domainId, u8PkgIndex,
+                                       u16PkgParam, u8Size,
+                                       (uint8_t*)&u32PkgValue, &cc);
             timeSpent = getTimeDifference(begin);
             if (verbose && measureTime)
             {