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.cpp b/host-interface.cpp
index e413fb7..dabaf32 100644
--- a/host-interface.cpp
+++ b/host-interface.cpp
@@ -5,14 +5,15 @@
 
 #include "systemintfcmds.hpp"
 
-#include <functional>
 #include <ipmid-host/cmd-utils.hpp>
 #include <ipmid-host/cmd.hpp>
 #include <ipmid/api.hpp>
 #include <ipmid/utils.hpp>
+#include <phosphor-logging/log.hpp>
+
+#include <functional>
 #include <memory>
 #include <optional>
-#include <phosphor-logging/log.hpp>
 
 namespace phosphor
 {