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-cmd-manager.cpp b/host-cmd-manager.cpp
index d12583a..75cca84 100644
--- a/host-cmd-manager.cpp
+++ b/host-cmd-manager.cpp
@@ -4,7 +4,6 @@
 
 #include "systemintfcmds.hpp"
 
-#include <chrono>
 #include <ipmid/utils.hpp>
 #include <phosphor-logging/elog-errors.hpp>
 #include <phosphor-logging/log.hpp>
@@ -13,6 +12,8 @@
 #include <xyz/openbmc_project/Common/error.hpp>
 #include <xyz/openbmc_project/State/Host/server.hpp>
 
+#include <chrono>
+
 namespace phosphor
 {
 namespace host