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/bmc_state_manager.hpp b/bmc_state_manager.hpp
index 7ffa67b..8781e3f 100644
--- a/bmc_state_manager.hpp
+++ b/bmc_state_manager.hpp
@@ -66,7 +66,7 @@
                 timeSyncSignal.reset();
             }
         }
-            }))
+    }))
     {
         utils::subscribeToSystemdSignals(bus);
         discoverInitialState();