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: If66f68c96df4baf8dc07abf8729a3cb7657e932d
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/phosphor-power-sequencer/src/power_control.cpp b/phosphor-power-sequencer/src/power_control.cpp
index 5578491..096fe5f 100644
--- a/phosphor-power-sequencer/src/power_control.cpp
+++ b/phosphor-power-sequencer/src/power_control.cpp
@@ -285,8 +285,8 @@
     if (s == 0)
     {
         // Set a minimum amount of time to wait before next power on
-        powerOnAllowedTime =
-            std::chrono::steady_clock::now() + minimumPowerOffTime;
+        powerOnAllowedTime = std::chrono::steady_clock::now() +
+                             minimumPowerOffTime;
     }
 
     pgoodTimeoutTime = std::chrono::steady_clock::now() + timeout;
@@ -312,8 +312,8 @@
             }
 
             // Get the properties for the device interface
-            auto properties =
-                util::getAllProperties(bus, path, interfaceName, service);
+            auto properties = util::getAllProperties(bus, path, interfaceName,
+                                                     service);
 
             getDeviceProperties(properties);
         }