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: I6c35c476f2c7238321c6e9a2662d7f5d4377c64a
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/hypervisor_state_manager.hpp b/hypervisor_state_manager.hpp
index bfffc59..3c7d896 100644
--- a/hypervisor_state_manager.hpp
+++ b/hypervisor_state_manager.hpp
@@ -44,13 +44,12 @@
         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 */