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: I44441096113929ce96eb1439e2932e6ff3c87f27
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/host-interface.hpp b/host-interface.hpp
index 534f577..c4ee1c1 100644
--- a/host-interface.hpp
+++ b/host-interface.hpp
@@ -16,10 +16,10 @@
  *  @details A concrete implementation for xyz.openbmc_project.Control.Host
  *  and xyz.openbmc_project.Condition.HostFirmware DBus API's.
  */
-class Host
-    : public sdbusplus::server::object_t<
-          sdbusplus::xyz::openbmc_project::Control::server::Host,
-          sdbusplus::xyz::openbmc_project::Condition::server::HostFirmware>
+class Host :
+    public sdbusplus::server::object_t<
+        sdbusplus::xyz::openbmc_project::Control::server::Host,
+        sdbusplus::xyz::openbmc_project::Condition::server::HostFirmware>
 {
   public:
     /** @brief Constructs Host Control and Condition Interfaces