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: I2612058799afbcd10f98bd32d2e191b0be7e437b
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/hypervisor_state_manager.hpp b/hypervisor_state_manager.hpp
index 8fffbe0..6253c38 100644
--- a/hypervisor_state_manager.hpp
+++ b/hypervisor_state_manager.hpp
@@ -44,12 +44,13 @@
         HypervisorInherit(bus, objPath,
                           HypervisorInherit::action::emit_object_added),
         bus(bus),
-        bootProgressChangeSignal(
-            bus,
-            sdbusRule::propertiesChanged(
-                "/xyz/openbmc_project/state/host0",
-                "xyz.openbmc_project.State.Boot.Progress"),
-            [this](sdbusplus::message_t& m) { bootProgressChangeEvent(m); })
+        bootProgressChangeSignal(bus,
+                                 sdbusRule::propertiesChanged(
+                                     "/xyz/openbmc_project/state/host0",
+                                     "xyz.openbmc_project.State.Boot.Progress"),
+                                 [this](sdbusplus::message_t& m) {
+        bootProgressChangeEvent(m);
+        })
     {}
 
     /** @brief Set value of HostTransition */